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.

Howto add signals into SIMVISION with tcl command?

Status
Not open for further replies.

cnspy

Full Member level 3
Joined
Sep 10, 2002
Messages
150
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Activity points
1,041
simvision probe command

Howto add "all" the signals of a module into SIMVISION with tcl command?





Thanks in advance.
 

1.Add the following task in you testbench

initial begin
$shm_open(wave_directory_name);
$shm_probe("AC");
end

2.run ncsim, then type these tcl command:
database -open waves_directory_name
probe -create top_module_name -depth all
run

For more information,pls reference to ncvlog.pdf
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top