Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 Discussions

How can I see the state machine name in the waveform simulation?

Altera_Forum
Honored Contributor II
1,678 Views

Hello 

I use MAX PLUS II student's version. If I have something like this in my vhd source code: 

 

TYPE state IS (s0,s1,s2,s3); 

SIGNAL present: state; 

 

The question is: How can I see the name of the state machine in the waveform editor instead the hexadecimal number? 

 

In the waveform editor I have: 

 

1s 2s 3s 4s  

 

present 0 1 2 3 

 

And I want: 

 

1s 2s 3s 4s 

 

present s0 s1 s2 s3 

 

What can I do? 

 

Thank you.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
671 Views

why still using max plus??? you can downloud quartus for free.

0 Kudos
Altera_Forum
Honored Contributor II
671 Views

Because we use max plus II in the university. But I will try with quartus.

0 Kudos
Reply