Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
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. - Altera_Forum
Honored Contributor
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
- Altera_Forum
Honored Contributor
you will need to move to an RTL simulator, like modelsim, to see that.
- Altera_Forum
Honored Contributor
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 - Altera_Forum
Honored Contributor
you can download it from the altera website, along with a newer version of quartus.
- Altera_Forum
Honored Contributor
But you can only simulate VHDL or Verilog with it.