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.

ICC - SNPS_LOGIC nets

Status
Not open for further replies.

manchuk

Newbie level 5
Newbie level 5
Joined
Jan 17, 2008
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Portland
Activity points
1,364
IC Compiler inserts some SNPS_LOGIC0 and LOGIC1 nets. I am not sure why they are inserted. What is its significance. How can I eliminate or rename them ?
 

These are nets that, based on your logic (RTL) will always be 1 or 0. So synthesis disconnects those nets from whatever logic was driving the nets and attaches them to "Logic_0" or "Logic_1" since there is no need for the logic state to ever change. The tool thinks these should be connected to VDD or GND in the backend.

Some ASIC vendors or fabs don't mind if you leave it as "Logic_0" or "Logic1" or connect direct to VDD/GND, but some want you to change "Logic_0" or "Logic_1" to connect to the pin of a special clamp cell that ties the signal level to '0' or '1' level.
 

    manchuk

    Points: 2
    Helpful Answer Positive Rating
@randyest..thanks for the reply. There is a command to remove the tieoff cells. Would you be knowing the implications of using that ?
 

manchuk said:
@randyest..thanks for the reply. There is a command to remove the tieoff cells. Would you be knowing the implications of using that ?

Well, if you remove tieoff cells (clamp cells) DC will connect those constant 0/1 nets to VDD, or VSS, or generic "Logic_0" or "Logic_1" nets. This may or may not be what you want, depending on your ASIC vendor / fab.

If I were you I'd ask my ASIC vendor/fab what they prefer for tied high/low nets. You might also be able to tell from checking your block library or design manual documents. Sorry I can't be more specific, because not all fabs/vendors want the same thing. But if you want to post (or PM me) your vendor/fab I might be able to share more details.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top