diff options
| author | Julian Blake Kongslie | 2021-03-28 14:48:30 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-28 14:48:30 -0700 |
| commit | 7a1311c16c36b18a66a5ee43511fb9ad5093ec3a (patch) | |
| tree | 09df63644ac11dee4f2de25d476437e73fcdea84 /build.bat | |
| download | noncpu-7a1311c16c36b18a66a5ee43511fb9ad5093ec3a.tar.xz | |
Initial commit.
Diffstat (limited to '')
| -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 | ||
