Skip to content

Commit c41017b

Browse files
committed
testing: fast default local smoke testing of future slang and hierachical
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent e19b7a5 commit c41017b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

flow/designs/sky130hs/gcd/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ export PLACE_DENSITY_LB_ADDON = 0.1
1313
export TNS_END_PERCENT = 100
1414
export EQUIVALENCE_CHECK ?= 1
1515
export REMOVE_CELLS_FOR_EQY = sky130_fd_sc_hs__tapvpwrvgnd*
16+
17+
#export SYNTH_HDL_FRONTEND ?= slang
18+
#export OPENROAD_HIERARCHICAL ?= 1

flow/designs/sky130hs/gcd/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -10.5,
35+
"value": -11.2,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -52,7 +52,7 @@
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -16.3,
55+
"value": -16.7,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -84,7 +84,7 @@
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -12.0,
87+
"value": -12.7,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

0 commit comments

Comments
 (0)