diff options
| author | Julian Blake Kongslie | 2021-03-28 18:28:57 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-28 18:28:57 -0700 |
| commit | c1064f6a9bc8354262822f74c6662371c13acd62 (patch) | |
| tree | f0ce1a6d49cd9d7af8f00111439ba41dd7f20b80 /build.bat | |
| parent | Possibly slightly less lame. (diff) | |
| download | noncpu-c1064f6a9bc8354262822f74c6662371c13acd62.tar.xz | |
Vastly improve the edit-rebuild-debug cycle.
Diffstat (limited to '')
| -rw-r--r-- | build.bat | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -5,3 +5,10 @@ if not exist noncpu.qpf ( | |||
| 5 | ) | 5 | ) |
| 6 | 6 | ||
| 7 | quartus_sh.exe --flow compile noncpu | 7 | quartus_sh.exe --flow compile noncpu |
| 8 | |||
| 9 | if exist noncpu.sof ( | ||
| 10 | quartus_pgm.exe -c 1 -m JTAG -o P;noncpu.sof@1 | ||
| 11 | nios2-terminal.exe | ||
| 12 | ) else ( | ||
| 13 | pause | ||
| 14 | ) | ||
