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.

Reading SV assertion values using FSDB reader library

Status
Not open for further replies.

newuser11

Newbie level 1
Joined
Feb 19, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
9
I am trying to read an assertion signal from a fsdb file using fsdbReader library.

As given in the Fsdb Reader document, I used
Code:
ffrObject::ffrAddToSignalList( fsdbVarIdCode)
and
Code:
ffrObject::ffrLoadSignals to load the varId

But it throws error
/************************************
*WARN* Failed to load the FSDB file.
The FSDB file should be regenerated.
If the error still exists, contact your local Synopsys support for help.

*WARN* Internal error of the currently executed program. Please restart the program.
. If the error still exists, contact your local Synopsys support for help.
******************************************/

I understand there could be different set of APIs to read assertion values changes.
But it's not very clear from the fsdbReader document.

If you know the APIs, please share them.

Thanks,
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top