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:
Mohamed Gaber
2022-11-10 14:39:22 +02:00
committed by GitHub
parent 86615f8def
commit 68898e6584
6 changed files with 50 additions and 47 deletions

View File

@@ -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