summaryrefslogtreecommitdiff
path: root/build.bat
blob: 0a426722d81e5b8c04b0525de744d0322bc7056a (plain) (blame)
1
2
3
4
5
6
7
if not exist toycpu.qpf (
    call init.bat
) else (
    call clean.bat
)

quartus_sh.exe --flow compile toycpu