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.

How to force the DC to generation TIEHI and TIELO

Status
Not open for further replies.

yanzixuan

Member level 3
Joined
Feb 26, 2009
Messages
65
Helped
10
Reputation
20
Reaction score
6
Trophy points
1,288
Activity points
1,573
How to force the DC to generate TIEHI and TIELO

Hi All, I'm working on a project and I encountered a problem. After systhesis, I check the gate-netlist and found that: some ports of sub-block are assign to be 1'b0, 1'b1. But in normal condition, it should be connected to TIEHI and TIELO block for the concern of ESD.
after removing the dont_use attribution form TIEHI and TIELO lib cells and using "set_drive_power_rail_tie", the result is the same!
So can anybody know how to fix this problem?
Thanks! bow
 

Re: How to force the DC to generate TIEHI and TIELO

Hi, Please see the following link for detail: https://www.edaboard.com/threads/89282/
I think the following will work:
set verilogout_no_tri true
set verilogout_equation false

current_design $top_design_name
set_fix_multiple_port_nets -all -buffer_constants
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top