summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.bat6
-rw-r--r--init.bat6
2 files changed, 6 insertions, 6 deletions
diff --git a/build.bat b/build.bat
index 730d487..e906c70 100644
--- a/build.bat
+++ b/build.bat
@@ -1,3 +1,3 @@
1init.bat 1call init.bat
2 2
3quartus_sh.exe --flow compile toycpu 3quartus_sh.exe --flow compile toycpu
diff --git a/init.bat b/init.bat
index 20ea117..3aedf45 100644
--- a/init.bat
+++ b/init.bat
@@ -1,3 +1,3 @@
1if not exist toycpu.qpf { 1if not exist toycpu.qpf (
2 quartus_sh.exe -t init.tcl 2 quartus_sh.exe -t init.tcl
3} 3)