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.

CoCentric System Studio (CCSS) or Modelsim for SystemC

Status
Not open for further replies.

jimjim2k

Advanced Member level 3
Joined
May 17, 2001
Messages
996
Helped
23
Reputation
46
Reaction score
13
Trophy points
1,298
Activity points
7,178
Hi

CoCentric System Studio (CCSS) includes a release of SystemC.
Modelsim comes with a GCC supports SystemC.

Does someone have suggestions on using whichever of them?



tnx
 

systemc-2.0.1.exe

Use modelsim.
It is easy to comiple various design languages together.

If you only use systemC, you can use gcc + gdb, and dump VCD.
And then, use waveform viewer(debussy) to see the VCD waveform.
 

ncsc cadence

Does Modelsim that's under windows support SystemC ?
 

concentric systemc

can anyone upload some document about systemc?
 

scv library on cygwin

Hi

to omara007, they support only Linux, SunOS and HP-UX

to omiga, very good doc about systemc : h--p://www.synopsys.com/products/sld/rtl_systemc.pdf

Best reg
 

systemc compiling in gcc

I used cygwin gcc to compile the systemC library under windows,
and run simulation well in cygwin env.
 

synopsys concentic systemc compiler

All there:
hxxp://www.ti.informatik.uni-bonn.de/Extern/systemc/SystemC_und_Doku/
FuncSpec20.pdf 04-Apr-2002 17:47 324k
SystemC_v201_LRM.pdf 10-Sep-2003 11:29 3.4M
UserGuide20.pdf 05-Apr-2002 23:42 1.3M
rtl_systemc.pdf 06-Sep-2002 10:57 948k
systemc-2.0.1.exe 25-Jul-2002 12:58 1.9M
 

incisive debussy waveform dump

From within the synopsys DC environment
you can compile your systemc file with the following command

compile_systemc my_design.cpp

The output is in .db format. If you need the output in Verilog or VHDL format you enter the command

compile_systemc -format {db, verilog, vhdl} my_design.cpp

you get the files my_design.v and my_design.vhd with the verilog and vhdl equivalent description.

Afterthat, you can proceed to compile
You don't have to do analyze and elaborate
 

cocentric system studio modelsim

why dont you try for NCSC ..cadence systemc compiler
 

systemc_v201_lrm.pdf

Furthermore, Cadence is also the member of OSI. And Cadence expaned the standard systemc in its Incisive platform.
 

debussy systemc gcc

summit's Elite is good and support SystemC ,can compile and simulation see waveform easy
 

systemc debussy

Cadence has a very good support for systemc. These people also have CVE cadence verification extentions. These are similar like SCV
 

systemc ncsc

modelsim will be good.
But I use vcs,which has good support to systemc.
 

which cygwin for systemc 2.0

Modelsim 6.0 support systemC now, you can try it.
 

compilar systemc gcc

Cocentric System Studio is much more complicated thhan ModelSim .. ModelSim just gives you what u want exactly to the point .. for example, u can simply add a file to an existing project in modelsim , while in Cocentric most of the time u will need to creat a new model for the file u need to add ..

Effectively I do use both ModelSim and Cocentric, but I'm forced to use Cocentric and not very flexible dealing with it .. Maybe because am a ModelSim fan ..

To be honest, Cecentric gives u some more facilities like plotting the output of ur blocks .. similar to matlab .. for this , it can more suitable for system level design and verification .. while for modelsim, most of the people use it for RTL ..
 

systemc & ncsc

Model sim 6.0 windows do support system C, And the versions from 5.7 modelsim LE, supports system c.
How about learning System C Using the ALDEC tool which is free (only for learning)
 

SystemC

Concentric SystemC is for algorithm, system and architecture design. ModelSim system is more for verification.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top