Enumeration Radix for record type

18 views
Skip to first unread message

James Talbert

unread,
Jul 2, 2017, 8:37:12 PM7/2/17
to ModelSim PE Student Edition
Is it possible to make an enumeration code radix for a record type? I have two std_logic signals, and what to display named states (Null, 0, 1, Invalid). The waves naturally display as "# #" with the values inserted. If I use:

radix define raw_ncl_pair_in {
  "0 0" Null -color #007fff
  "1 0" 1 -color #007fff
  "0 1" 0 -color #007fff
  "1 1" Invalid -color #007fff
}

and apply that radix to the wave, I don't see any changes. I expected this to throw an error on bad systax, but it didn't, so maybe there is a way to make it work.

Many thanks for your assistance,
James Talbert
Computer Engineering Student
Reply all
Reply to author
Forward
0 new messages