Setting Useful Highlight Styles with S-Edit for Schematics (and Simulation)
Put these in your open.design folder under scripts. (Other useful stuff on GitHub)
One problem I was facing was that the nets whose voltages were plotted in the Waveform Viewer were ending up with the netlabels being shaded - and therefore difficult to read.
To set the default colors that it cycles through:
highlight -default {blue gold red brown pink yellow magenta lemon purple}
And to ensure that the netlabels don't get shaded with the plot color:
set custom_ic_highlight_manager_default_style \
{{user {net coloronly 0.0} {pin thick 3.0} {instance coloronly 0.0}} \
{simulation {net coloronly 0.0} {pin thick 3.0} {instance coloronly 0.0}} \
{sdl {net glow 1.0} {pin glow 3.0} {instance glow 1.0}}}
Comments
Post a Comment