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.

how to get signals in deep hierarchy in mixed HDL in Modelsi

Status
Not open for further replies.

roger

Full Member level 3
Full Member level 3
Joined
Aug 27, 2003
Messages
162
Helped
4
Reputation
8
Reaction score
0
Trophy points
1,296
Activity points
1,617
if use verilog, we have
top.module1.module2.signal
but if using mixed HDL
how to extract signals inside :cry:
 

Re: how to get signals in deep hierarchy in mixed HDL in Mod

use modelsim utility

$init_signal_spy("??/??/signal","signal",1);
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top