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.

Need help using fsdb extract on struct members.

ninad_99

Newbie
Newbie level 2
Joined
Mar 13, 2025
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
14
Hi,

First time posting on here.

I am trying to extract some signals from an FSDB using the fsdb extract tool from Synopsys.
It works ok for signals, but for some reason, if the signals happen to be struct members, it doesn’t seem to work?

Has anyone experienced this? Is there way to extract the either the struct members, or, the whole struct using fsdb extract?

Please help!

Ninad
 
An alternative solution: assign the signal in structure to another wire. For examlple:
wire dbg_w0;
assign dbg_w0 = var_struct.sig0;
Unfortunately that’s not viable as we cannot modify the design/testbench/env. This is about extracting from an already created FSDB on a mature design.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top