added synthesis for Vortex single core

This commit is contained in:
Blaise Tine
2020-06-29 08:39:57 -07:00
parent 6e22e59b00
commit f0046fed3c
2 changed files with 71 additions and 0 deletions

View File

@@ -90,5 +90,6 @@ lsof +D build_ase_1c
# quick off cache synthesis
make -C pipeline > pipeline/build.log 2>&1 &
make -C cache > cache/build.log 2>&1 &
make -C core > core/build.log 2>&1 &
make -C vortex > vortex/build.log 2>&1 &
make -C top > top/build.log 2>&1 &