Forum Discussion
Altera_Forum
Honored Contributor
14 years agoyou can define a new radix using TCl commands in modelsim
radix define my_states { 5'b00000 "state0" 5'b00001 "state1" # etc } But if its a post route model, unless you defined the state encodings yourself it will be harder find out what they are, and they can change between compiles.