mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
make.py: remove auto-clean
This commit is contained in:
parent
06a738ff7d
commit
dbca377551
1 changed files with 0 additions and 2 deletions
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 a new issue