Electronic – disable “show base” item in Modelsim for automation

modelsim

I have trying to write a do do file for automation.
I want to disable the "show base " item in waveform.
So what is the command ?

Best Answer

Three options (from ModelSim Command Reference Manual):

  1. Add radix hexadecimal to your script (the default is radix hexadecimal -showbase)
  2. Use DefaultRadix directive in your modelsim.ini
  3. Choose Simulate > Runtime Options from the main menu, click the Defaults tab, uncheck the Showbase in Default RadixFlags panel