https://open-source-silicon.dev logo
#sky130
Title
# sky130
d

Daniel da Silva Santos

04/07/2022, 9:39 PM
hello everyone, could someone please give me some tips to solve this problem? I'm using the latest version of openlane.
v

Vijayan Krishnan

04/08/2022, 5:42 AM
can you share complete log
There are slew violation in the design. Increase the slew margin parameter and try it. Default value
Copy code
set ::env(PL_RESIZER_MAX_SLEW_MARGIN) {20}
d

Daniel da Silva Santos

04/08/2022, 9:20 PM
all logs. I still haven't been able to solve the problem unfortunately.
v

Vijayan Krishnan

04/09/2022, 5:49 AM
@User There are setup and hold violations in your design.
Copy code
===========================================================================
 report_worst_slack -max (Setup)
============================================================================
worst slack -6.55

===========================================================================
 report_worst_slack -min (Hold)
============================================================================
worst slack -2.02
worst_slack_end
This is the reason for flow fail. check
26-parasitics_sta.log
. As per flow configuration post routing no min/max violation. Otherwise flow will fail