summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-23 22:23:45 -0700
committerJulian Blake Kongslie2021-03-23 22:23:45 -0700
commite13c73e76e2c94ee680f49e4ff34de97b72ecfa8 (patch)
treea252cb8a96bccbeb304661593f96d1d1ac95fa67 /build.bat
parentMove conditional from init.bat to build.bat; easier to do a clean (diff)
downloadtoycpu-e13c73e76e2c94ee680f49e4ff34de97b72ecfa8.tar.xz
Clean before building.
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index 15044da..0a42672 100644
--- a/build.bat
+++ b/build.bat
@@ -1,5 +1,7 @@
1if not exist toycpu.qpf ( 1if not exist toycpu.qpf (
2 call init.bat 2 call init.bat
3) else (
4 call clean.bat
3) 5)
4 6
5quartus_sh.exe --flow compile toycpu 7quartus_sh.exe --flow compile toycpu