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.

System C synthesis - a question

Status
Not open for further replies.

patchquinn

Junior Member level 1
Joined
Jan 7, 2003
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
ireland
Activity points
163
System C synthesis

Can anyone tell me if a SystemC description is first translated to verilog, when synthesised. I am certain I read this somewhere, in a paper. but a colleague disaggrees with be saying that synthesis is possible from straight from an RTL systme C description.
 

I don't know about SystemC. But Handel-C used for similar application can be synthesized directly to get EDIF file which is further used for place and route. If one needs verilog or VHDL output, that can also be obtained using Celoxica DK software. So that in the second step the Verilog and VHDL can be synthesized to get EDIF file.
 

The same works with SystemC, at least in the general case. Some researcher may have used Verilog in order to employ a Verilog synthesizer. Tools like Synopsys CoCentric SystemC compiler do not need an intermediate Verilog translation.
 

I know the synopsis tool doesn't need a Verilog intermediate stage, but I wonder if it creates one itself. This is what i read in a paper entitled using SystemC for Hardware design, where it says that the synthesis is devided into two steps by the Synopsis Compiler, first the SystemC RTL is translted into Verilog then the verilog is synthesised. (this is interesting, and could be very useful., it also means synthesis errors can be more difficult to trace. )
But I have not found this backed up anywhere else. Nor have I ever used systemC so I don't know. But am interested in knowing as I may use it in the immediate future.
P
 

Can you give the reference for the paper?
 

Mario Steinert, Steffen Buch,"Using SystemC for Hardware Design Comparison of results with VHDL, Cossap and CoCentric", CPD AA, Infineon Technologies AG, 2002. This was a paper presented at SNUG Europe 2002 (SNUG: Synopsis User groups)
Would upload a pdf if I had one available, but have only my notes and a few quotes from the paper. Read it months ago.
 

Using SystemC for Hardware Design....
 

SystemC is a good language for modeling, but I don't think systemC is a good language for design actually.
Current HDL design envrionment is getting
robust for production. How many years
could SystemC to get into inductry without many tools support?
 

Re: System C synthesis

use celoxica dk1.1 based on Handel-C.
 

Re: System C synthesis

I want to know how good celoxica is.
If I code with Handle C and synthesise using celoxica, will it be as good as synthesising an RTL?
Or is it atleast nearby?

Thanx
 

Re: System C synthesis

Here are some examples. Check for yourself :)
 

Re: System C synthesis

thanx a lot geconom.
I've never tried the tool so far. I just downloaded an eval vrsion of DK1.1
I'll try.
 

Re: System C synthesis

I think if you want to design a System-on-a-Chip, which consists of both hardware and software, then SystemC is a good choice as a modeling language. However, SystemC is based on a refinement design approach. That means, you can model the system at different levels of abstraction (untimed or timed), but the final implementation of the hardware part must be described at the RT level and can be further processed by SystemC HW systhesis tool.
 

Re: System C synthesis

SystemC is just like Verilog, which has a subset syntax for RTL description. Maybe it is not a very good language for synthesis. But As a system level description language, you can use it all the way from system level modelling(HW/SW co-simulation) to RTL synthesis with a single language, doesnt it sounds great?
 

Re: System C synthesis

Here is the document about the Synthesizable RTL subset of SystemC
for C@Centric SystemC Compiler.
. It is a PDF file
. 138 page
 

SystemC is the expandition of C to the hardware. It's supportted by the pricesion sythesis tool from Mentor Graphics.
 

Re: System C synthesis

do you know where to download an eval version of systemC? Is it supported by modelsim 5.8? thanks
 

Yes,SystemC is supported by modelsim v5.8.But it isn't supported on windows platform.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top