Skip to content

Commit dcaf6df

Browse files
committed
Retire REMOVE_ABC_BUFFERS now it has no effect
Signed-off-by: Martin Povišer <[email protected]>
1 parent f9c2688 commit dcaf6df

File tree

16 files changed

+0
-37
lines changed

16 files changed

+0
-37
lines changed

docs/user/FlowVariables.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ configuration file.
182182
| <a name="PWR_NETS_VOLTAGES"></a>PWR_NETS_VOLTAGES| Used for IR Drop calculation.| |
183183
| <a name="RCX_RULES"></a>RCX_RULES| RC Extraction rules file path.| |
184184
| <a name="RECOVER_POWER"></a>RECOVER_POWER| Specifies how many percent of paths with positive slacks can be slowed for power savings [0-100].| 0|
185-
| <a name="REMOVE_ABC_BUFFERS"></a>REMOVE_ABC_BUFFERS (deprecated)| Remove abc buffers from the netlist. If timing repair in floorplanning is taking too long, use a SETUP/HOLD_SLACK_MARGIN to terminate timing repair early instead of using REMOVE_ABC_BUFFERS or set SKIP_LAST_GASP=1.| |
186185
| <a name="REMOVE_CELLS_FOR_EQY"></a>REMOVE_CELLS_FOR_EQY| String patterns directly passed to write_verilog -remove_cells <> for equivalence checks.| |
187186
| <a name="REPAIR_PDN_VIA_LAYER"></a>REPAIR_PDN_VIA_LAYER| Remove power grid vias which generate DRC violations after detailed routing.| |
188187
| <a name="REPORT_CLOCK_SKEW"></a>REPORT_CLOCK_SKEW| Report clock skew as part of reporting metrics, starting at CTS, before which there is no clock skew. This metric can be quite time-consuming, so it can be useful to disable.| 1|
@@ -313,7 +312,6 @@ configuration file.
313312
- [PLACE_DENSITY](#PLACE_DENSITY)
314313
- [PLACE_DENSITY_LB_ADDON](#PLACE_DENSITY_LB_ADDON)
315314
- [PLACE_SITE](#PLACE_SITE)
316-
- [REMOVE_ABC_BUFFERS](#REMOVE_ABC_BUFFERS)
317315
- [ROUTING_LAYER_ADJUSTMENT](#ROUTING_LAYER_ADJUSTMENT)
318316
- [RTLMP_AREA_WT](#RTLMP_AREA_WT)
319317
- [RTLMP_ARGS](#RTLMP_ARGS)

flow/designs/asap7/minimal/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ 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
2322
export SKIP_INCREMENTAL_REPAIR = 1

flow/designs/gf12/ariane/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ export DESIGN_TYPE = CELL
3232
else
3333
export DESIGN_TYPE = CELL_NODEN
3434
endif
35-
36-
export REMOVE_ABC_BUFFERS = 1

flow/designs/gf12/ariane133/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ export DESIGN_TYPE = CELL
2929
else
3030
export DESIGN_TYPE = CELL_NODEN
3131
endif
32-
33-
export REMOVE_ABC_BUFFERS = 1

flow/designs/gf12/swerv_wrapper/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ export DESIGN_TYPE = CELL
3535
else
3636
export DESIGN_TYPE = CELL_NODEN
3737
endif
38-
39-
export REMOVE_ABC_BUFFERS = 1

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ export PLACE_DENSITY = 0.65
1212
export TNS_END_PERCENT = 100
1313

1414
export USE_FILL = 1
15-
16-
export REMOVE_ABC_BUFFERS = 1

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
99
export CORE_UTILIZATION = 50
1010
export PLACE_DENSITY_LB_ADDON = 0.15
1111
export TNS_END_PERCENT = 100
12-
13-
export REMOVE_ABC_BUFFERS = 1
14-

flow/designs/sky130hd/aes/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ export TNS_END_PERCENT = 100
1616

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

19-
export REMOVE_ABC_BUFFERS = 1
20-
2119
export CTS_CLUSTER_SIZE = 20
2220
export CTS_CLUSTER_DIAMETER = 50

flow/designs/sky130hd/ibex/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ orfs_flow(
77
"CORE_UTILIZATION": "45",
88
"PLACE_DENSITY_LB_ADDON": "0.25",
99
"TNS_END_PERCENT": "100",
10-
"REMOVE_ABC_BUFFERS": "1",
1110
"SYNTH_HDL_FRONTEND": "slang",
1211
"VERILOG_INCLUDE_DIRS": "flow/designs/src/ibex_sv/vendor/lowrisc_ip/prim/rtl",
1312
"CTS_CLUSTER_SIZE": "20",

flow/designs/sky130hd/ibex/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ export TNS_END_PERCENT = 100
2121

2222
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
2323

24-
export REMOVE_ABC_BUFFERS = 1
25-
2624
export CTS_CLUSTER_SIZE = 20
2725
export CTS_CLUSTER_DIAMETER = 50

0 commit comments

Comments
 (0)