summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
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