mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
+ Add PNR_SDC_FILE + Warn when (PNR|SIGNOFF)_SDC_FILE are not overwritten by the user. + Add SDC_IN and DEFAULT_SDC_FILE to ignore list in CI + Add per corner max slew/fanout/cap count to sta report + Add per corner worst hold and setup value to sta report ~ Rename RCX_SDC_FILE to SIGNOFF_SDC_FILE. ~ Always use PNR_SDC_FILE instead of CURRENT_SDC except during signoff stage, where SIGNOFF_SDC_FILE is used instead ~ Enable DIODE_ON_PORTS and RUN_HEURISTIC_DIODE_INSERTION for APU which fails after SDC updates. ~ Adjust timing checkers according to the new reported values