D
danny_isr
Guest
Hi
Im getting an error wile using $recordvars on NCverilog .
When running the same thing on Verilog XL everything works just fine.
The code :
--------------------------------------------------------------------------
`ifdef SAVE_SST_FILE
initial begin
// Waveforms definition record file
$recordfile("all_chip.trn");
// Record the entire device
$recordvars("depth=0",top_tb);
end
`endif
---------------------------------------------------------------------------
the error :
-----------------------------------------------------------
ncsim> run
SST2 Database Write API -- DWAPI Version 2.9p1 -- 10/25/2001
Copyright 1997-2001 Cadence Design Systems, Inc.
ncsim: *internal* (ssl_shm_add_scope - not a scope).
Segmentation fault
-------------------------------------------------------------------------------
thanks
Dan
Im getting an error wile using $recordvars on NCverilog .
When running the same thing on Verilog XL everything works just fine.
The code :
--------------------------------------------------------------------------
`ifdef SAVE_SST_FILE
initial begin
// Waveforms definition record file
$recordfile("all_chip.trn");
// Record the entire device
$recordvars("depth=0",top_tb);
end
`endif
---------------------------------------------------------------------------
the error :
-----------------------------------------------------------
ncsim> run
SST2 Database Write API -- DWAPI Version 2.9p1 -- 10/25/2001
Copyright 1997-2001 Cadence Design Systems, Inc.
ncsim: *internal* (ssl_shm_add_scope - not a scope).
Segmentation fault
-------------------------------------------------------------------------------
thanks
Dan