I was wondering if anyone else has gotten this error message when
trying to use Tools -> Toggle Coverage -> Enable -> Signals in region
when simulating their test benches. Whenever I try to do this, I get
a message in the transcript that says:
toggle enable sim:/alu_testbench/*
# ** Error: (vsim-3451) Toggle checking is not enabled.
#
Does anybody know how to enable it? I also tried to make a coverage
report using Tools -> Coverage Report -> Text... but all that I get is
a blank text file.
Thanks,
-Matt
Then type
vsim -coverage <testbench filename>
You can then run the test by typing
run 1 ms (example for running test for 1 ms)
Elvis
is how to do it using the GUI
Michael