diff options
| author | Julian Blake Kongslie | 2021-03-23 22:23:45 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-23 22:23:45 -0700 |
| commit | e13c73e76e2c94ee680f49e4ff34de97b72ecfa8 (patch) | |
| tree | a252cb8a96bccbeb304661593f96d1d1ac95fa67 /build.bat | |
| parent | Move conditional from init.bat to build.bat; easier to do a clean (diff) | |
| download | toycpu-e13c73e76e2c94ee680f49e4ff34de97b72ecfa8.tar.xz | |
Clean before building.
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | if not exist toycpu.qpf ( | 1 | if not exist toycpu.qpf ( |
| 2 | call init.bat | 2 | call init.bat |
| 3 | ) else ( | ||
| 4 | call clean.bat | ||
| 3 | ) | 5 | ) |
| 4 | 6 | ||
| 5 | quartus_sh.exe --flow compile toycpu | 7 | quartus_sh.exe --flow compile toycpu |
