diff options
| author | Julian Blake Kongslie | 2021-03-23 22:17:44 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-23 22:17:44 -0700 |
| commit | d0001c4cf4875e54e677f2e627423aa585937147 (patch) | |
| tree | c3501c935ef3b86ade3346f683306959d3d95508 /build.bat | |
| parent | Fix batch files so they actually work. (diff) | |
| download | toycpu-d0001c4cf4875e54e677f2e627423aa585937147.tar.xz | |
Move conditional from init.bat to build.bat; easier to do a clean
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | call init.bat | 1 | if not exist toycpu.qpf ( |
| 2 | call init.bat | ||
| 3 | ) | ||
| 2 | 4 | ||
| 3 | quartus_sh.exe --flow compile toycpu | 5 | quartus_sh.exe --flow compile toycpu |
