Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
25 changes: 10 additions & 15 deletions flow/designs/rapidus2hp/hercules_is_int/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,8 @@
"compare": "<=",
"level": "warning"
},
"globalplace__flow__warnings__count:GPL-0998": {
"value": 1,
"compare": "<=",
"level": "warning"
},
"globalplace__flow__warnings__count:GPL-0999": {
"value": 1,
"globalplace__flow__warnings__count:GPL-0321": {
"value": 11,
"compare": "<=",
"level": "warning"
},
Expand Down Expand Up @@ -163,11 +158,11 @@
"compare": "<="
},
"cts__timing__setup__ws": {
"value": -344.0,
"value": -390.0,
"compare": ">="
},
"cts__timing__setup__tns": {
"value": -2480000.0,
"value": -3510000.0,
Copy link
Contributor

Choose a reason for hiding this comment

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

It's curious that we had a big jump on tns during CTS, but the GRT timing metrics had good improvement. I guess the new placement makes it easier for GRT to use resistance-aware and avoid M3 routes.

"compare": ">="
},
"cts__timing__hold__ws": {
Expand All @@ -183,35 +178,35 @@
"compare": "<="
},
"globalroute__timing__setup__ws": {
"value": -343.0,
"value": -316.0,
"compare": ">="
},
"globalroute__timing__setup__tns": {
"value": -2040000.0,
"compare": ">="
},
"globalroute__timing__hold__ws": {
"value": -58.4,
"value": -55.5,
"compare": ">="
},
"globalroute__timing__hold__tns": {
"value": -1810.0,
"value": -484.0,
"compare": ">="
},
"finish__timing__setup__ws": {
"value": -343.0,
"value": -316.0,
"compare": ">="
},
"finish__timing__setup__tns": {
"value": -2040000.0,
"compare": ">="
},
"finish__timing__hold__ws": {
"value": -58.4,
"value": -55.5,
"compare": ">="
},
"finish__timing__hold__tns": {
"value": -1810.0,
"value": -484.0,
"compare": ">="
},
"finish__design__instance__area": {
Expand Down