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.

Generate a SAIF file using Verilog RTL simulation

Status
Not open for further replies.

scholin

Newbie level 3
Joined
Apr 26, 2010
Messages
4
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,312
as title, i want to generate a saif file using verilog rtl simulation.
but when i run the command, the terminal shows the error message as belows:
$set_toggle_region(test.dut1);
|
ncelab: *E,NOTSYT (./rtlsim.pat, 127|21): Unrecongnied system task or function (did not math built-in or user-defined names) [2.7.4 (IEE Std 1364-2001)].
If item was defined in a shared-object library, the problem could be:
libvpi.so: cannot open share object file: No such file or directory.
$toggle_start();
|
ncelab: *E,NOTSYT (./rtlsim.pat, 128|16): Unrecongnied system task or function (did not math built-in or user-defined names) [2.7.4 (IEE Std 1364-2001)].
$toggle_stop();
|
ncelab: *E,NOTSYT (./rtlsim.pat, 132|15): Unrecongnied system task or function (did not math built-in or user-defined names) [2.7.4 (IEE Std 1364-2001)].
$toggle_report("Mode_4_saif", 1.0e-12, "test");
|
ncelab: *E,NOTSYT (./rtlsim.pat, 133|17): Unrecongnied system task or function (did not math built-in or user-defined names) [2.7.4 (IEE Std 1364-2001)].


I have found the libvpi.so file and added the path in .cshrc.
but when i run the command again, the terminal shows the error message again.
who can tell me why?

any one can help me?
Thanks!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top