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.

testbench signal monitor

Status
Not open for further replies.

peen1

Member level 2
Joined
Nov 2, 2004
Messages
47
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
495
In my testbench, I need to monitor a signal (wire/reg) buried deep in the design hierarchy. The hierarchy keeps on changing in different designs but the testbench remains the same. Is there any tool that can create an alias to the signal (alias created on signal declaration) and can automatically bring it to the testbench level?
 

You can create a signal declaration file and run a perl(or whatever) script with it everytime you run the siml to replace the path variables in the testbench with the hierarchical paths from declaration file.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top