Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

how to show state names in the simulator waveform

Altera_Forum
Honored Contributor II
3,325 Views

i am just trying to know how the state names can be shown in the waveform, as the states being shown by numbers not by the name, is the any way i could let my simualtor wave form show the states by their names not by the number of the states

0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
2,200 Views

which simulator are you using? 

is it an RTL or post place and route simulation? 

 

If its the latter, then the states will have been encoded into binary values (usually 1 hot). Also, the altera simulator only allows post P&R simulations.
0 Kudos
Altera_Forum
Honored Contributor II
2,200 Views

thank you so much for the reply, i am using max plus ii and quartusii, i simulate my program using max plus and quartus as well, i just want my states to be shown by names such as Idle, L1, L2 instaed of binary or state numbers

0 Kudos
Altera_Forum
Honored Contributor II
2,200 Views

you will need to move to an RTL simulator, like modelsim, to see that.

0 Kudos
Altera_Forum
Honored Contributor II
2,200 Views

so u mean , i have to use RTL simulator as modelsim, i never worked with modelsim, so how can i get some information about it and how i can do my simulation with it, if you have any information that leads me to better understanding of Modelsim 

thank you a lot
0 Kudos
Altera_Forum
Honored Contributor II
2,200 Views

you can download it from the altera website, along with a newer version of quartus.

0 Kudos
Altera_Forum
Honored Contributor II
2,200 Views

But you can only simulate VHDL or Verilog with it.

0 Kudos
Reply