From 64f29ebde3193038f8df11ff51657e5945e10afd Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Tue, 23 Mar 2021 22:15:27 -0700 Subject: Fix batch files so they actually work. --- build.bat | 6 +++--- init.bat | 6 +++--- 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 @@ -init.bat - -quartus_sh.exe --flow compile toycpu +call init.bat + +quartus_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 @@ -if not exist toycpu.qpf { - quartus_sh.exe -t init.tcl -} +if not exist toycpu.qpf ( + quartus_sh.exe -t init.tcl +) -- cgit v1.2.3