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.

How to simulate a SystemC design with Cadence NCsim?

Status
Not open for further replies.
Joined
Sep 3, 2007
Messages
848
Helped
66
Reputation
132
Reaction score
16
Trophy points
1,298
Activity points
0
Hi all,
Can someone explain how to simulate a SystemC design With Candence NCsim.
Thanks.
 

ncsim systemc

please use ncsc
 

irun cadence

Dear xuxia,
Could you please through more ligth on ncsc and explain how to simulate systemc with it.
Thanks.
 

cadence irun

ncsc will compile the systemc file into simualtion database,than you can use ncelab ncsim
 

cadence irun -f

Use the 'irun' utility provided by cadence.
it will pick up the files as per extenstion and compile them.
You need to mention -sysc option alogwith irun on command prompt for systemC.
 

ncsc systemc

I heard that "sc_main" can not be used with NC-SystemC.

Can any body tell me what will be the advantage in using NC-SystemC for simulating a pure SystemC simulations.

Is there any possibility to avoid dumping waveform in VCD format by sc_trace and use NC-SystemC to get waveform.

Please share your knowledge on NC-SystemC
(1) benefits & Advantage(Apart from co-simulation)
(2) usage
 

ncsc cadence tutorial

samuraign said:
I heard that "sc_main" can not be used with NC-SystemC.

Can any body tell me what will be the advantage in using NC-SystemC for simulating a pure SystemC simulations.

Is there any possibility to avoid dumping waveform in VCD format by sc_trace and use NC-SystemC to get waveform.

Please share your knowledge on NC-SystemC
(1) benefits & Advantage(Apart from co-simulation)
(2) usage

Now you can use verdi to dump waveform without write any sc_trace. it is just like using $fsdbdump in verilog, just point the starting point and level you want to dump.

for how to simulate or co-simulation, I belive the cdsdoc has fully document the detail.

if you are using pure SystemC right now, maybe you do not need ncsc since it cost license fee. it was said the the native compiler of ncsc is faster than open source version, but it may lack of debugging GUI like VC.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top