ncsim and signal labeling

A

andy

As a former Modelsim user I am looking for a way to label signals in
the wafeworm windows, something like the counterpart of

add_wave -label "A7TDMI:HADDR"

using the tcl command

set id [waveform add ...]

but I cannot find any way for this

Any ideas from insiders?

Thanks
 
E

Eyck Jentzsch

HI Andy,
interactively you can do 'Edit text' (available in the context menu in
the signal pane). Internally an expression gets created and shown:
set expression simulator:::top:bla
if {[condition find -match exact -name Test] == {}} {
condition new -name Test -expr $expression
} else {
condition set -using Test -expr $expression
}
HTH

-Eyck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,140
Latest member
SweetcalmCBDreview
Top