1

How to make inverted triangle markers visible in Questsim environment. I am using wild card operator for logging waveform (.wlf). The markers are used for debugging assertion based verification.

  • Your question is poorly worded and you should tell how you use the tool. e.g. On Windows 7 from the gui, or On RHEL from the command line. – N8TRO Oct 16 '14 at 06:29
  • I am using Questa from GUI in a linux based environment. Whenever there is an error in DUT, I wanted to see the place where the error has occurred through an assertion marker in waveform viewer. – user3593864 Oct 17 '14 at 07:57

1 Answers1

0

Try running Questasim with the option -assertdebug.

Please search for assertdebug in the questasim manual for more information.

Hida
  • 767
  • 5
  • 20