fpga fixes

This commit is contained in:
Blaise Tine
2020-06-27 14:03:20 -07:00
parent d4e006d92d
commit 8302641510
28 changed files with 589 additions and 447 deletions

View File

@@ -88,4 +88,7 @@ kill -9 <pid>
lsof +D build_ase_1c
# quick off cache synthesis
make -C cache > cache/build.log 2>&1 &
make -C pipeline > pipeline/build.log 2>&1 &
make -C cache > cache/build.log 2>&1 &
make -C vortex > vortex/build.log 2>&1 &
make -C pipeline > pipeline/build.log 2>&1 &