Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

modelsim: radix for virtual signal

Hi all,

I want to use used defined (fixed point) radices for displaying virtual signals. While I can assign these in the GUI (right-click->radix), I did not find a TCL command to assign them.

Using "radix signal" on the virtual gives no error, but does not change the display of the virtual signal.

I also tried to use the -radix option in the "virtual signal" command (although not documented) but this gives an error --- as expected.

I use Modelsim Altera Starter 10.3c

Andreas

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    OK guys, I found it: There is an undocumented tcl command property wave -radix <radix_name> <signal_name>

    It seems that all kind of formatting-options (like -color and so on) are accepted.

    Obviously, this one has not made it to the Command Reference PDF