Forum Discussion

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

Set Wave Color in Modelsim

Hi,

I was wondering if it's possible to set different colors for different values of a signal in modelsim. Like, when it's low it's green and when it's high it's blue or something. Any response is appreciated,

Cheers,

Kaveh

2 Replies

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

    You can use when {...; change wavecolor}. The {...} is the condition, for example inputa = '1'

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

    Can someone give a complete example of this.....modelsim doesn't know a change wavecolor command.... I am confused :)