Is it possible to use the signalscan viewer in LDV50 ?

Status
Not open for further replies.

skjeon

Newbie level 3
Joined
Nov 11, 2004
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
21
You know, the simvision is used in LDV50 instead of the signalscan.

And is it possible to install and use the signalscan viewer in LDV50 ?

Thank you.
 

how can i do ?????
 

nc_verilog produces a *.trn/*dsn set which is compatible with the old stand-alone SIGNALSCAN.
The method to activate it is to add an initial block to your test bench as follows:

initial
begin
$shm_open("SIMV_FILE_NAME");
$shm_probe("AS");
end
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…