diff options
| -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 | ) |
