| Author |
Message |
deepu_s_s
Joined: 24 Mar 2007 Posts: 329 Helped: 13
|
17 Apr 2007 14:57 doubt in system verilog |
|
|
|
|
can we synthesis using system verilog?
if so what is synthesis tool use for system verilog
|
|
| Back to top |
|
 |
aji_vlsi
Joined: 10 Sep 2004 Posts: 640 Helped: 72 Location: Bangalore, India
|
17 Apr 2007 15:51 Re: doubt in system verilog |
|
|
|
|
| deepu_s_s wrote: |
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
|
|
| Back to top |
|
 |
deepu_s_s
Joined: 24 Mar 2007 Posts: 329 Helped: 13
|
17 Apr 2007 16:02 Re: doubt in system verilog |
|
|
|
|
hi ajitha!
so can i use Synopsys DC as a synthesis tool for System verilog
|
|
| Back to top |
|
 |
shiv_emf
Joined: 31 Aug 2005 Posts: 641 Helped: 16
|
17 Apr 2007 17:01 doubt in system verilog |
|
|
|
|
yes deepu U can use DC for synthesis
but few features(constructs) in system verilog cannot be synthesized !!.......
|
|
| Back to top |
|
 |
deepu_s_s
Joined: 24 Mar 2007 Posts: 329 Helped: 13
|
18 Apr 2007 6:03 Re: doubt in system verilog |
|
|
|
|
hi shiv!
can u gimme some example features?
thx
deepu
|
|
| Back to top |
|
 |
Google AdSense

|
18 Apr 2007 6:03 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
satyakumar
Joined: 18 May 2006 Posts: 186 Helped: 11 Location: Bangalore
|
18 Apr 2007 7:32 Re: doubt in system verilog |
|
|
|
|
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
|
|
| Back to top |
|
 |
atuo
Joined: 19 Feb 2004 Posts: 59 Helped: 1
|
18 Apr 2007 11:40 Re: doubt in system verilog |
|
|
|
|
| deepu_s_s wrote: |
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.
|
|
| Back to top |
|
 |
satyakumar
Joined: 18 May 2006 Posts: 186 Helped: 11 Location: Bangalore
|
18 Apr 2007 12:10 Re: doubt in system verilog |
|
|
|
|
| atuo wrote: |
| deepu_s_s wrote: |
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.
|
|
| Back to top |
|
 |
deepu_s_s
Joined: 24 Mar 2007 Posts: 329 Helped: 13
|
18 Apr 2007 16:28 Re: doubt in system verilog |
|
|
|
|
| thx to all of u . u cleared my doubts
|
|
| Back to top |
|
 |