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