Find unused variables

735 views Asked by At

I'm using the following tools for programing in verilog+system-verilog and I'm wondering which can detect which variables are not being in use:

  • Eclipse
  • Eclipse DVT extension
  • Cadence tools
1

There are 1 answers

0
Tudor Timi On BEST ANSWER

I don't think DVT can detect unused variables, but AMIQ have another product called Verisimo that can do this, AFAIK.

Also, try using the HAL (HDL Advanced Linter) from Cadence to see if they support this (it's a pretty basic thing for a linter).