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.

ncsim 64bit option problem

Status
Not open for further replies.

billylee

Junior Member level 1
Joined
Sep 10, 2009
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Korea
Activity points
1,390
Hi,
i have some problem on ncsim option.
i set the waveform dump to fsdb format,

$fsdbDumpfile("./sim_dump/ADC.fsdb");

irun // without -64bit
result : no problem

but,
irun -64bit
result :
ncelab: *W,MISSYST (./tb/tb_top.v,153|32): Unrecognized system task or function (did not match built-in or user-defined names) [2.7.4(IEEE Std 1364-2001)].

$shm_open("ADC.shm") ;
when i use shm format, there is no problem to use with or without 64bit option

is there any clue to discover this results?

server : Linux, EST 2007 x86_64
 

I believe you need to load in the 64-bit debussy pli when you're using irun 64-bit. You're probably loaded in the 32-bit debussy pli right now. $shm* are native ncsim command so you don't need to do anything.

- Hung
 

thanx very much Hung,
i'll try it you recommended :)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top