diff options
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..76cb8ff --- /dev/null +++ b/build.bat | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | if not exist noncpu.qpf ( | ||
| 2 | call init.bat | ||
| 3 | ) else ( | ||
| 4 | call clean.bat | ||
| 5 | ) | ||
| 6 | |||
| 7 | quartus_sh.exe --flow compile noncpu | ||
