Skip to content

Commit b128174

Browse files
Merge remote-tracking branch 'origin/master' into secure-ratchet_priv
Signed-off-by: Ravi Varadarajan <[email protected]>
2 parents b06088e + 3eacd76 commit b128174

File tree

22 files changed

+302
-334
lines changed

22 files changed

+302
-334
lines changed

flow/designs/asap7/uart-blocks/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export BLOCKS = uart_rx
1010

1111
export VERILOG_FILES_BLACKBOX = ./designs/src/uart-no-param/uart_rx.v
1212

13-
export ABC_CLOCK_PERIOD_IN_PS = 300000
14-
1513
export CORE_UTILIZATION = 10
1614
export CORE_ASPECT_RATIO = 1
1715
export CORE_MARGIN = 2

flow/designs/asap7/uart-blocks/uart_rx/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export DESIGN_NICKNAME = uart-blocks_uart_rx
66
export VERILOG_FILES = ./designs/src/uart-no-param/*.v
77
export SDC_FILE = ./designs/$(PLATFORM)/uart-blocks/uart_rx/constraint.sdc
88

9-
export ABC_CLOCK_PERIOD_IN_PS = 650
10-
119
export CORE_UTILIZATION = 30
1210
export CORE_ASPECT_RATIO = 1
1311
export CORE_MARGIN = 2

flow/designs/gf12/bp_single/metadata-base-ok.json

Lines changed: 292 additions & 289 deletions
Large diffs are not rendered by default.

flow/designs/gf12/bp_single/rules-base.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,55 +8,55 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 535034,
11+
"value": 534337,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 545791,
15+
"value": 544655,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__timing__setup__ws": {
23-
"value": -1173.26,
23+
"value": -1156.25,
2424
"compare": ">="
2525
},
2626
"cts__timing__setup__ws__pre_repair": {
27-
"value": -1292.75,
27+
"value": -1270.84,
2828
"compare": ">="
2929
},
3030
"cts__timing__setup__ws__post_repair": {
31-
"value": -1288.55,
31+
"value": -1264.07,
3232
"compare": ">="
3333
},
3434
"cts__design__instance__count__setup_buffer": {
35-
"value": 23736,
35+
"value": 23681,
3636
"compare": "<="
3737
},
3838
"cts__design__instance__count__hold_buffer": {
39-
"value": 23736,
39+
"value": 23681,
4040
"compare": "<="
4141
},
4242
"globalroute__timing__setup__ws": {
4343
"value": -510.85,
4444
"compare": ">="
4545
},
4646
"detailedroute__route__wirelength": {
47-
"value": 8702681,
47+
"value": 8580816,
4848
"compare": "<="
4949
},
5050
"detailedroute__route__drc_errors": {
51-
"value": 4,
51+
"value": 6,
5252
"compare": "<="
5353
},
5454
"finish__timing__setup__ws": {
5555
"value": -129.72,
5656
"compare": ">="
5757
},
5858
"finish__design__instance__area": {
59-
"value": 539048,
59+
"value": 537578,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__max_slew_limit": {

flow/designs/gf12/coyote/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12_1rf_lg6_w80_bit.gds2 \
2323
$(PLATFORM_DIR)/gds/gf12_2rf_lg6_w44_bit.gds2 \
2424
$(PLATFORM_DIR)/gds/gf12_2rf_lg8_w64_bit.gds2
2525

26-
export ABC_CLOCK_PERIOD_IN_PS = 1250
27-
2826
export PLACE_DENSITY = 0.35
2927

3028
export MACRO_WRAPPERS = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/wrappers.tcl

flow/designs/gf12/tinyRocket/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12_1rf_lg6_w32_all.gds2 \
2626
export DIE_AREA = 0 0 400.008 399.84
2727
export CORE_AREA = 19.992 20.16 380.016 380.16
2828

29-
export ABC_CLOCK_PERIOD_IN_PS = 1250
30-
3129
export PLACE_DENSITY = 0.20
3230

3331
export MACRO_WRAPPERS = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/wrappers.tcl

flow/designs/gf55/aes/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ export DESIGN_TYPE = CELL
2525
else
2626
export DESIGN_TYPE = CELL_NODEN
2727
endif
28-
29-
export ABC_CLOCK_PERIOD_IN_PS = 2300

flow/designs/intel16/aes/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ export CORE_AREA = 1.26 1.89 248 248
1616

1717

1818
export PLACE_DENSITY = uniform
19-
20-
export ABC_CLOCK_PERIOD_IN_PS = 2600

flow/designs/intel16/gcd/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 1
1414

1515
export PLACE_DENSITY = uniform
16-
export ABC_CLOCK_PERIOD_IN_PS = 1000

flow/designs/intel22/aes/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ export CORE_AREA = 1.26 1.89 248 248
1616

1717

1818
export PLACE_DENSITY = uniform
19-
20-
export ABC_CLOCK_PERIOD_IN_PS = 2600

0 commit comments

Comments
 (0)