Skip to content

Commit c1ec674

Browse files
update cts.tcl and README.md
1 parent d1600b1 commit c1ec674

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

flow-Pin3D/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ objects/ # intermediate DBs and caches
268268
<a id="Experimental-Tables-and-Plots"></a>
269269

270270
### Experimental Tables and Plots
271-
272271
#### `gcd`
273272

274273
<p align="center">
@@ -277,19 +276,19 @@ objects/ # intermediate DBs and caches
277276

278277
| Flow | CLK (ns) | Core Area (μm²) | StdCell Area (μm²) | WNS (ns) | TNS (ns) | Power (mW) | DRC | FEP |
279278
| :--- | :------- | :-------------- | :----------------- | :------- | :------- | :--------- | :--- | :-- |
280-
| ORD | 0.46 | 594.0 | 462.8 | -0.516 | -16.889 | 3.0 | 1379 | 949 |
281-
| CDS | 0.46 | 519.2 | 441.6 | 0.013 | 0.000 | 1.19 | 108 | 0 |
279+
| ORD | 0.46 | 462.8 | 565.8 | -0.481 | -15.083 | 2.9 | 1473 | 924 |
280+
| CDS | 0.46 | 519.2 | 441.6 | 0.013 | 0.000 | 1.2 | 73 | 0 |
282281

283282
#### `jpeg`
284283

285284
<p align="center">
286285
<img alt="Results_jpeg" height="400" src="./README.assets/Results_jpeg.png">
287286
</p>
288287

289-
| Flow | CLK (ns) | Core Area (μm²) | StdCell Area (μm²) | WNS (ns) | TNS (ns) | Power (mW) | DRC | FEP |
290-
| :--- | :------- | :-------------- | :----------------- | :------- | :------- | :--------- | :---- | :--- |
291-
| ORD | 1.2 | 72369.0 | 81118.6 | -0.315 | -136.318 | 170.6 | 21534 | 5111 |
292-
| CDS | 1.2 | 72369.0 | 68415.5 | -0.038 | -0.742 | 78.2 | 6763 | 79 |
288+
| Flow | CLK (ns) | Core Area (μm²) | StdCell Area (μm²) | WNS (ns) | TNS (ns) | Power (mW) | DRC | FEP |
289+
| :--- | :------- | :-------------- | :----------------- | :------- | :------- | :--------- | :--- | :-- |
290+
| ORD | 1.2 | 83454.3 | 82209.7 | -0.697 | -65.761 | 190.2 | 9469 | 3399|
291+
| CDS | 1.2 | 72369.0 | 68415.5 | -0.038 | -0.742 | 78.2 | 6763 | 79 |
293292

294293
#### `aes`
295294

@@ -299,5 +298,5 @@ objects/ # intermediate DBs and caches
299298

300299
| Flow | CLK (ns) | Core Area (μm²) | StdCell Area (μm²) | WNS (ns) | TNS (ns) | Power (mW) | DRC | FEP |
301300
| :--- | :------- | :-------------- | :----------------- | :------- | :------- | :--------- | :--- | :-- |
302-
| ORD | 0.82 | 16763.3 | 16594.4 | -0.275 | -19.642 | 145.7 | 5855 | 2231|
301+
| ORD | 0.82 | 16763.3 | 16587.5 | -0.438 | -28.773 | 147.1 | 5890 | 2358|
303302
| CDS | 0.82 | 18232.7 | 16850.8 | -0.195 | -7.042 | 23.8 | 5584 | 660 |

flow-Pin3D/scripts_openroad/cts.tcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ estimate_parasitics -placement
5353
# save_progress 4_1_pre_repair_hold_setup
5454
# }
5555

56-
set ::env(SKIP_CTS_REPAIR_TIMING) 0
56+
if { ![info exists ::env(SKIP_CTS_REPAIR_TIMING)] } {
57+
set ::env(SKIP_CTS_REPAIR_TIMING) 1
58+
}
5759
if { !$::env(SKIP_CTS_REPAIR_TIMING) } {
5860

5961
repair_timing_helper

0 commit comments

Comments
 (0)