Peter Chang
Junior Member level 2
- Joined
- Oct 5, 2006
- Messages
- 21
- Helped
- 1
- Reputation
- 2
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- TAIWAN
- Activity points
- 1,419
Hi,
Are there any knowing how to run mixed mode co-sim on ncverilog?
The command I'm using for the ncverilog is as below.
ncverilog -f ./design.vc -l ./log/design_top.log \
+loadpli1=./nc_loadpli1/debpli.so:debpli_boot \
+pulse_r/0 +pulse_e/0 +transport_path_delays \
+ncstatus \
+access+rw \
+loadvpi="libvpihsim".so:nsda_vpi_startup +nsda +"cosim.cfg" \
+access+rwc
design.vc is the file list.
Thanks!
Peter Chang
Are there any knowing how to run mixed mode co-sim on ncverilog?
The command I'm using for the ncverilog is as below.
ncverilog -f ./design.vc -l ./log/design_top.log \
+loadpli1=./nc_loadpli1/debpli.so:debpli_boot \
+pulse_r/0 +pulse_e/0 +transport_path_delays \
+ncstatus \
+access+rw \
+loadvpi="libvpihsim".so:nsda_vpi_startup +nsda +"cosim.cfg" \
+access+rwc
design.vc is the file list.
Thanks!
Peter Chang