summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.bat4
-rw-r--r--init.bat4
2 files changed, 4 insertions, 4 deletions
diff --git a/build.bat b/build.bat
index e906c70..15044da 100644
--- a/build.bat
+++ b/build.bat
@@ -1,3 +1,5 @@
1call init.bat 1if not exist toycpu.qpf (
2 call init.bat
3)
2 4
3quartus_sh.exe --flow compile toycpu 5quartus_sh.exe --flow compile toycpu
diff --git a/init.bat b/init.bat
index 3aedf45..dc1d804 100644
--- a/init.bat
+++ b/init.bat
@@ -1,3 +1 @@
1if not exist toycpu.qpf ( quartus_sh.exe -t init.tcl
2 quartus_sh.exe -t init.tcl
3)