Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCustom type simulation
Hi, in my VHDL design I have custom type: type T_STATE is (STOPPED, STARTED, RUNNING); signal state: T_STATE; In Simulation Waveform editor I want to see value of state signal so I go ...
Altera_Forum
Honored Contributor
8 years agoIf you use the Quartus simulator, it simulates the netlist, so it will not use your custom type. You will need to use an RTL simulator, like modelsim, to be able to see your custom type.