How to track the list of Verilog force, is there any simulator/language based summary?
Asked
Active
Viewed 379 times
1 Answers
1
for Synopsys/vcs-mx use the -force_list
qualifier:
use
-force_list
at compilationthen use
-force_list <filename>
when you run the test.
see vcs-mx user guide for more information.

Serge
- 11,616
- 3
- 18
- 28