FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > Verilog

Verilog comp.lang.verilog newsgroup / usenet

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-30-2006, 02:19 PM
[email protected]
Guest
 
Posts: n/a
Default Assign statements in my synthesized circuit?

Is it normal to have assign statements in a synthesized circuit?

My understanding was that a properly synthesized circuit shud only
contain gates.

Is there degrees of synthesized-ness? Fully/partial etc where some have
assigns and some not?

Does the presence of assign statements distinguish between a gate level
netlist and a synthesized circuit?

Any help wud be appreciated.


Rob


:-S

Reply With Quote
  #2 (permalink)  
Old 08-30-2006, 07:20 PM
mk
Guest
 
Posts: n/a
Default Re: Assign statements in my synthesized circuit?

On 30 Aug 2006 05:19:38 -0700, [email protected] wrote:

>Is it normal to have assign statements in a synthesized circuit?
>
>My understanding was that a properly synthesized circuit shud only
>contain gates.
>
>Is there degrees of synthesized-ness? Fully/partial etc where some have
>assigns and some not?
>
>Does the presence of assign statements distinguish between a gate level
>netlist and a synthesized circuit?
>
>Any help wud be appreciated.


Assign statements in gate level output are usually the result of
missing buffers and mostly result from two output ports driven by the
same pin. Almost all synthesis tools have an option to replace the
assigns with pre-selected buffers. P&R tools usually don't like assign
statement but some of them can do the buffer replacement themselves.
HTH.
Reply With Quote
  #3 (permalink)  
Old 09-04-2006, 12:20 PM
[email protected]
Guest
 
Posts: n/a
Default Re: Assign statements in my synthesized circuit?

you shoud add 2 statements below before "compile"
set verilogout_no_tri true

set_fix_multiple_port_nets -all -buffer_constants


mk 写道:

> On 30 Aug 2006 05:19:38 -0700, [email protected] wrote:
>
> >Is it normal to have assign statements in a synthesized circuit?
> >
> >My understanding was that a properly synthesized circuit shud only
> >contain gates.
> >
> >Is there degrees of synthesized-ness? Fully/partial etc where some have
> >assigns and some not?
> >
> >Does the presence of assign statements distinguish between a gate level
> >netlist and a synthesized circuit?
> >
> >Any help wud be appreciated.

>
> Assign statements in gate level output are usually the result of
> missing buffers and mostly result from two output ports driven by the
> same pin. Almost all synthesis tools have an option to replace the
> assigns with pre-selected buffers. P&R tools usually don't like assign
> statement but some of them can do the buffer replacement themselves.
> HTH.


Reply With Quote
  #4 (permalink)  
Old 09-04-2006, 08:22 PM
mk
Guest
 
Posts: n/a
Default Re: Assign statements in my synthesized circuit?

On 4 Sep 2006 03:20:54 -0700, "[email protected]"
<[email protected]> wrote:

>you shoud add 2 statements below before "compile"
>
>set verilogout_no_tri true
>set_fix_multiple_port_nets -all -buffer_constants


This is for DC from Synopsys; what about Cadenc (RC) and Magma
(BlastCreate) ?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generate statements for I/O list John_H Verilog 5 08-03-2006 01:32 AM
using 2 If statements [email protected] Verilog 1 02-23-2006 06:53 PM
How will synthesizers handle these statements? Frank Verilog 4 02-03-2006 11:56 PM
Converting synthesized VHDL/Verilog to spice netlist Noohul Ali Verilog 2 04-28-2005 01:25 PM
How to write a good verilog code that can be synthesized as a simple circuit by the tools? Lee Verilog 6 06-09-2004 12:55 AM


All times are GMT +1. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved