diff options
| author | Julian Blake Kongslie | 2021-03-23 22:15:27 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-23 22:15:27 -0700 |
| commit | 64f29ebde3193038f8df11ff51657e5945e10afd (patch) | |
| tree | b2556d1b89e70d6bbc4f99956dc2dadb4b8ff64c | |
| parent | Additional cleanup to make it Quartus-friendly. (diff) | |
| download | toycpu-64f29ebde3193038f8df11ff51657e5945e10afd.tar.xz | |
Fix batch files so they actually work.
| -rw-r--r-- | build.bat | 6 | ||||
| -rw-r--r-- | init.bat | 6 |
2 files changed, 6 insertions, 6 deletions
| @@ -1,3 +1,3 @@ | |||
| 1 | init.bat | 1 | call init.bat |
| 2 | 2 | ||
| 3 | quartus_sh.exe --flow compile toycpu | 3 | quartus_sh.exe --flow compile toycpu |
| @@ -1,3 +1,3 @@ | |||
| 1 | if not exist toycpu.qpf { | 1 | if not exist toycpu.qpf ( |
| 2 | quartus_sh.exe -t init.tcl | 2 | quartus_sh.exe -t init.tcl |
| 3 | } | 3 | ) |
