mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
Move flow control from atomic functions to flow functions (#1453)
~ Move `RUN_FILL_INSERTION`, `RUN_TAP_DECAP_INSERTION`, `RUN_DRT` to the larger flow functions ~ `FILL_INSERTION` -> `RUN_FILL_INSERTION` w/ translation behavior ~ `TAP_DECAP_INSERTION` -> `RUN_TAP_DECAP_INSERTION` w/ translation behavior ~ Update docs
This commit is contained in:
@@ -17,12 +17,11 @@ set ::env(CLOCK_PERIOD) "10.0"
|
||||
set ::env(USE_GPIO_PADS) 0
|
||||
set ::env(RSZ_DONT_TOUCH_RX) "$^"
|
||||
|
||||
|
||||
# Flow Controls
|
||||
set ::env(LEC_ENABLE) 0
|
||||
set ::env(YOSYS_REWRITE_VERILOG) 0
|
||||
set ::env(FILL_INSERTION) 1
|
||||
set ::env(TAP_DECAP_INSERTION) 1
|
||||
set ::env(RUN_FILL_INSERTION) 1
|
||||
set ::env(RUN_TAP_DECAP_INSERTION) 1
|
||||
|
||||
## Intentionally Undocumented
|
||||
set ::env(RSZ_USE_OLD_REMOVER) 0
|
||||
|
||||
Reference in New Issue
Block a user