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.

max_transition and max_capacitance violation after Syn.

Status
Not open for further replies.

jinruan

Junior Member level 3
Joined
Dec 8, 2004
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
349
max_transition

hi guys
When i run DC for syn, there are some max_transition and max_capacitance violations, what to do to fix this violations? thanks in advance!

max_transition

Required Actual
Pin Transition Transition Slack
-----------------------------------------------------------------
SYNU0/U4/U3/B 4.50 64.00 -59.50 (VIOLATED)
SYNU0/U4/uart_clk_o_reg/Q
4.50 64.00 -59.50 (VIOLATED)
SYNU0/U4/uart_clk_t_reg/D
4.50 64.00 -59.50 (VIOLATED)
SYNU0/U0/data_debug_reg[0]/SN
4.50 5.01 -0.51 (VIOLATED)
SYNU0/U0/data_debug_reg[1]/SN
4.50 5.01 -0.51 (VIOLATED)
SYNU0/U0/data_debug_reg[2]/SN
4.50 5.01 -0.51 (VIOLATED)
SYNU0/U0/data_debug_reg[3]/SN
4.50 5.01 -0.51 (VIOLATED)
SYNU0/U0/data_debug_reg[4]/SN
4.50 5.01 -0.51 (VIOLATED)
.....
max_capacitance

Required Actual
Pin Capacitance Capacitance Slack
-----------------------------------------------------------------
SYNU0/U4/uart_clk_o_reg/Q
0.31 4.45 -4.13 (VIOLATED)
SYNU0/U4/U8/Y 2.50 2.74 -0.25 (VIOLATED)

note:
1. the default_max_transition in technology lib is 4.5 .
2. the default_fanout_load is 1.0
3. during my syn. script, i set the load and drive as belows(no define for max_transition):
set_load 1.0 all_outputs()
set_drive 1.0 all_inputs()
 

max_capacitance

you can solve it by this command:

compile -inc -only_drc_rule
 

max_transition violated

i have try ,but it failed
ps. compile -inc -only_drc_rule is invalid command for dc of version 2002.5
 

max_capacitance violation

jinruan said:
i have try ,but it failed
ps. compile -inc -only_drc_rule is invalid command for dc of version 2002.5

Hello,

I think it is compile -inc -only_desgin_rule.

Regards.
 

max_transition

is your capacitance and transition values are correct ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top