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.

doubt in system verilog

Status
Not open for further replies.

deepu_s_s

Full Member level 5
Joined
Mar 24, 2007
Messages
305
Helped
15
Reputation
30
Reaction score
5
Trophy points
1,298
Activity points
3,021
can we synthesis using system verilog?

if so what is synthesis tool use for system verilog
 

deepu_s_s said:
can we synthesis using system verilog?

if so what is synthesis tool use for system verilog

Yes, there are several mini enhancements that are synthesiable and DC does allow them.. Some are:

always_comb, _ff etc.
unique/priority case/if
enumerated types
Interface

Not an exhaustive list above, but point is YES

Ajeetha, CVC
www.noveldv.com
 

hi ajitha!


so can i use Synopsys DC as a synthesis tool for System verilog
 

yes deepu U can use DC for synthesis
but few features(constructs) in system verilog cannot be synthesized !!.......
 

hi shiv!

can u gimme some example features?

thx
deepu
 

HI deepu,
The following features are not synthesizable.
1) unpacked unions
2) variable declarations in packages
3) static functions and tasks declared in packages
4) two state logic variables has some problem during synthesis
 

deepu_s_s said:
can we synthesis using system verilog?

if so what is synthesis tool use for system verilog

Hi ,

I think the verilog-2001 is including in system verilog, so you can say we can use system verilog for synthesis.

But by now, system verilog is mainly used for HVL.

Thanks.
 

atuo said:
deepu_s_s said:
can we synthesis using system verilog?

if so what is synthesis tool use for system verilog

Hi ,

I think the verilog-2001 is including in system verilog, so you can say we can use system verilog for synthesis.

But by now, system verilog is mainly used for HVL.

Thanks.

I think there are lot enhancements to verilog-2001 in system verilog, its very comfortable at system level modeling. Regarding HVL its built in advantage of systemverilog.
 

thx to all of u . u cleared my doubts
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top