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 /init.bat | |
| parent | Additional cleanup to make it Quartus-friendly. (diff) | |
| download | toycpu-64f29ebde3193038f8df11ff51657e5945e10afd.tar.xz | |
Fix batch files so they actually work.
Diffstat (limited to 'init.bat')
| -rw-r--r-- | init.bat | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | ) |
