make.py: remove auto-clean
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 5 Feb 2015 12:25:49 +0000 (13:25 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 5 Feb 2015 12:25:49 +0000 (13:25 +0100)
make.py

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