THenn1
New Contributor
6 years agoHello,
I'm using Quartus Prime Lite V.18.1 to program an FPGA (MAX10). I created a new file with University Program VWF and simulate the signals with the Simulation Waveform Editor. I want to show a signal...
Hi Thenn1,
Have a look at the radix define command in the Modelsim command reference manual.
Type the following into the transcript window:
radix define fourbitsfixed -fixed -fraction 4
When you now do a right-mouse-click on your signal in the waveform window and select radix you will see the new fourbitsfixed option, select it and you are done. You can also define the signal in your script using radix signal,
Good luck,
Hans.