Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

#$sig , $sig in Cadence NC-Sim Tcl

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
Hi all,

In Cadence NC-Sim Tcl script, signals are sometimes quoted by #$sig, sometimes quoted by $sig.

What's their difference?

Thanks!
Davy
 

davyzhu said:
Hi all,

In Cadence NC-Sim Tcl script, signals are sometimes quoted by #$sig, sometimes quoted by $sig.

What's their difference?

Thanks!
Davy

IIRc, a "#" before a signal name gets the value of that signal in NCSIM. Can you please validate this and let us know?

Regards
Ajeetha, CVC
www.noveldv.com
* A Pragmatic Approach to VMM Adoption 2006 ISBN 0-9705394-9-5 h**p://www.systemverilog.us/
* SystemVerilog Assertions Handbook
* Using PSL/Sugar
 

    davyzhu

    Points: 2
    Helpful Answer Positive Rating
Hi aji_vlsi,

I found the situation in NC-Sim's stop command like that:

Code:
stop -name one_stop -cond { (#$sig_0) && #$sig_1 }
-exec { puts -nonewline $file_handle "$sig_2"}

Thanks!
Davy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top