Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow/designs/gf12/ca53/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"compare": ">="
},
"finish__timing__hold__tns": {
"value": -1600.0,
"value": -2520.0,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Relaxing the finish__timing__hold__tns threshold to -2520.0 allows significant hold violations to pass CI. Hold violations are fatal to silicon functionality and cannot be mitigated by reducing clock frequency. Accepting a large negative hold TNS of -2520.0 increases the risk of masking critical physical design failures. Instead of relaxing this threshold, resolve the underlying hold violations. For example, enabling incremental repair in config.mk (by setting SKIP_INCREMENTAL_REPAIR to 0 or removing it) allows the optimizer to fix these hold violations automatically.

"compare": ">="
},
"finish__design__instance__area": {
Expand Down