projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a738f
)
make.py: remove auto-clean
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 5 Feb 2015 12:25:49 +0000
(13:25 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 5 Feb 2015 12:25:49 +0000
(13:25 +0100)
make.py
patch
|
blob
|
history
diff --git
a/make.py
b/make.py
index ba6b9b1db67bc628ea8a7dee6423c6ea750e7dd9..8057ca7213fa3a520d7272e046016ff631312303 100644
(file)
--- a/
make.py
+++ b/
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