make.py: remove auto-clean
This commit is contained in:
parent
06a738ff7d
commit
dbca377551
2
make.py
2
make.py
|
@ -100,13 +100,11 @@ System Clk: {} MHz
|
|||
|
||||
# dependencies
|
||||
if actions["all"]:
|
||||
actions["clean"] = True
|
||||
actions["build-csr-csv"] = True
|
||||
actions["build-bitstream"] = True
|
||||
actions["load-bitstream"] = True
|
||||
|
||||
if actions["build-bitstream"]:
|
||||
actions["clean"] = True
|
||||
actions["build-csr-csv"] = True
|
||||
actions["build-bitstream"] = True
|
||||
actions["load-bitstream"] = True
|
||||
|
|
Loading…
Reference in New Issue