summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-23 22:15:27 -0700
committerJulian Blake Kongslie2021-03-23 22:15:27 -0700
commit64f29ebde3193038f8df11ff51657e5945e10afd (patch)
treeb2556d1b89e70d6bbc4f99956dc2dadb4b8ff64c
parentAdditional cleanup to make it Quartus-friendly. (diff)
downloadtoycpu-64f29ebde3193038f8df11ff51657e5945e10afd.tar.xz
Fix batch files so they actually work.
-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)