From dbca3775517d61b531d6000323b1c41ec35e1e7c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 5 Feb 2015 13:25:49 +0100 Subject: [PATCH] make.py: remove auto-clean --- make.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/make.py b/make.py index ba6b9b1d..8057ca72 100644 --- 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 -- 2.30.2