Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - ncsim and signal labeling

 
Thread Tools Search this Thread
Old 10-22-2004, 11:41 AM   #1
Default ncsim and signal labeling


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


andy
  Reply With Quote
Old 10-26-2004, 09:40 AM   #2
Eyck Jentzsch
 
Posts: n/a
Default Re: ncsim and signal labeling
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::bla
> if {[condition find -match exact -name Test] == {}} {
> condition new -name Test -expr $expression
> } else {
> condition set -using Test -expr $expression
> }

HTH

-Eyck



Eyck Jentzsch
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46