Skip to content

Commit ba891a1

Browse files
committed
flow: Move pre-place buffering from abc to OR floorplan
Signed-off-by: Martin Povišer <povik@cutebit.org>
1 parent a8a56ba commit ba891a1

File tree

19 files changed

+43
-48
lines changed

19 files changed

+43
-48
lines changed

flow/designs/asap7/minimal/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export SKIP_REPORT_METRICS = 1
1919

2020
# Faster build, remove these in your own config.mk
2121
export SKIP_CTS_REPAIR_TIMING = 1
22-
export REMOVE_ABC_BUFFERS = 1
22+
export FLOORPLAN_BUFFERING = 0
2323
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/gf12/ariane/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ else
3636
export DESIGN_TYPE = CELL_NODEN
3737
endif
3838

39-
export REMOVE_ABC_BUFFERS = 1
39+
export FLOORPLAN_BUFFERING = 0

flow/designs/gf12/ariane133/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ else
3030
export DESIGN_TYPE = CELL_NODEN
3131
endif
3232

33-
export REMOVE_ABC_BUFFERS = 1
33+
export FLOORPLAN_BUFFERING = 0

flow/designs/gf12/swerv_wrapper/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ else
4242
export DESIGN_TYPE = CELL_NODEN
4343
endif
4444

45-
export REMOVE_ABC_BUFFERS = 1
45+
export FLOORPLAN_BUFFERING = 0

flow/designs/ihp-sg13g2/aes/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export TNS_END_PERCENT = 100
1313

1414
export USE_FILL = 1
1515

16-
export REMOVE_ABC_BUFFERS = 1
16+
export FLOORPLAN_BUFFERING = 0

flow/designs/ihp-sg13g2/jpeg/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export CORE_UTILIZATION = 55
1010
export PLACE_DENSITY_LB_ADDON = 0.20
1111
export TNS_END_PERCENT = 100
1212

13-
export REMOVE_ABC_BUFFERS = 1
13+
export FLOORPLAN_BUFFERING = 0
1414

flow/designs/sky130hd/aes/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export TNS_END_PERCENT = 100
1616

1717
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
1818

19-
export REMOVE_ABC_BUFFERS = 1
19+
export FLOORPLAN_BUFFERING = 0
2020

2121
export CTS_CLUSTER_SIZE = 20
2222
export CTS_CLUSTER_DIAMETER = 50

flow/designs/sky130hd/ibex/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orfs_flow(
77
"CORE_UTILIZATION": "45",
88
"PLACE_DENSITY_LB_ADDON": "0.2",
99
"TNS_END_PERCENT": "100",
10-
"REMOVE_ABC_BUFFERS": "1",
10+
"FLOORPLAN_BUFFERING": "0",
1111
},
1212
pdk = "@docker_orfs//:sky130hd",
1313
sources = {

flow/designs/sky130hd/ibex/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export TNS_END_PERCENT = 100
5151

5252
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
5353

54-
export REMOVE_ABC_BUFFERS = 1
54+
export FLOORPLAN_BUFFERING = 0
5555

5656
export CTS_CLUSTER_SIZE = 20
5757
export CTS_CLUSTER_DIAMETER = 50

flow/designs/sky130hd/jpeg/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export TNS_END_PERCENT = 100
1212

1313
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
1414

15-
export REMOVE_ABC_BUFFERS = 1
15+
export FLOORPLAN_BUFFERING = 0

0 commit comments

Comments
 (0)