Skip to content

Commit eb99b09

Browse files
committed
Re-enabled gf12 ariane133
Signed-off-by: Jeff Ng <[email protected]>
1 parent 110d2d7 commit eb99b09

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

flow/designs/gf12/ariane133/ariane.sdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ set_units -time 1ps
66
# Set the current design
77
current_design ariane
88

9-
create_clock -name "core_clock" -period 1800.0 -waveform {0.0 900.0} [get_ports clk_i]
9+
create_clock -name "core_clock" -period 1300.0 -waveform {0.0 900.0} [get_ports clk_i]
1010
set_clock_gating_check -setup 0.0
1111
set_wire_load_mode "top"

flow/designs/gf12/ariane133/config.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/ariane133/ariane.sdc
1212
export WRAP_LEFS = $(PLATFORM_DIR)/lef/gf12_1rw_256x16.lef
1313
export WRAP_LIBS = $(PLATFORM_DIR)/lib/gf12_1rw_256x16_ffpg_sigcmin_0p88v_0p88v_m40c.lib
1414

15-
export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12lp_1rf_lg8_w64_byte.gds2
15+
export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12lp_1rf_lg8_w64_byte.gds2 \
16+
$(PLATFORM_DIR)/gds/gf12_1rw_256x16.gds2
1617

1718
export DIE_AREA = 0 0 900 750
1819
export CORE_AREA = 5 5 895 745
@@ -28,3 +29,5 @@ export DESIGN_TYPE = CELL
2829
else
2930
export DESIGN_TYPE = CELL_NODEN
3031
endif
32+
33+
export REMOVE_ABC_BUFFERS = 1

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,28 @@
2727
"value": 14737,
2828
"compare": "<="
2929
},
30+
"globalroute__antenna_diodes_count": {
31+
"value": 0,
32+
"compare": "<="
33+
},
3034
"detailedroute__route__wirelength": {
31-
"value": 3994034,
35+
"value": 3846017,
3236
"compare": "<="
3337
},
3438
"detailedroute__route__drc_errors": {
3539
"value": 0,
3640
"compare": "<="
3741
},
42+
"detailedroute__antenna__violating__nets": {
43+
"value": 0,
44+
"compare": "<="
45+
},
46+
"detailedroute__antenna_diodes_count": {
47+
"value": 5,
48+
"compare": "<="
49+
},
3850
"finish__timing__setup__ws": {
39-
"value": 0.0,
51+
"value": -112.74,
4052
"compare": ">="
4153
},
4254
"finish__design__instance__area": {
@@ -48,7 +60,7 @@
4860
"compare": "<="
4961
},
5062
"finish__timing__drv__hold_violation_count": {
51-
"value": 101,
63+
"value": 100,
5264
"compare": "<="
5365
},
5466
"finish__timing__wns_percent_delay": {

0 commit comments

Comments
 (0)