Anton Blanchard
06/20/2022, 7:47 AMAnton Blanchard
06/20/2022, 7:48 AM- if { [file exists $::env(RUN_DIR)] } {
- if { [info exists flags_map(-overwrite)] } {
- puts_warn "Removing existing run at $::env(RUN_DIR)..."
- after 1000
- file delete -force $::env(RUN_DIR)
- } elseif { ![info exists flags_map(-last_run)] } {
- puts_warn "A run for $::env(DESIGN_NAME) with tag '$tag' already exists. Pass the -overwrite option to overwrite it."
- after 1000
- set skip_basic_prep 1
- }
- }
-
-
Anton Blanchard
06/20/2022, 7:49 AMdonn
06/20/2022, 11:30 AMdonn
06/20/2022, 12:34 PM<run>/config.tcl
, except apparently, I forgot to make it delete the folder in that scenario.
I'll open a PR.