hello everyone, could someone please give me some ...
# sky130
d
hello everyone, could someone please give me some tips to solve this problem? I'm using the latest version of openlane.
v
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
all logs. I still haven't been able to solve the problem unfortunately.
v
@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