summaryrefslogtreecommitdiff
path: root/init.bat
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-23 22:17:44 -0700
committerJulian Blake Kongslie2021-03-23 22:17:44 -0700
commitd0001c4cf4875e54e677f2e627423aa585937147 (patch)
treec3501c935ef3b86ade3346f683306959d3d95508 /init.bat
parentFix batch files so they actually work. (diff)
downloadtoycpu-d0001c4cf4875e54e677f2e627423aa585937147.tar.xz
Move conditional from init.bat to build.bat; easier to do a clean
Diffstat (limited to '')
-rw-r--r--init.bat4
1 files changed, 1 insertions, 3 deletions
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)