Marhsal in chipyard (#415)

* Move firemarshal into chipyard (was in firesim)
This commit is contained in:
Nathan Pemberton
2020-02-09 17:58:56 -08:00
committed by GitHub
parent aae93ad065
commit ccd6ecd418
5 changed files with 18 additions and 5 deletions

View File

@@ -141,5 +141,5 @@ cd "$RDIR"
} > env-$TOOLCHAIN.sh
# create general env.sh
ln -sf env-$TOOLCHAIN.sh env.sh
echo "source \$( realpath \$(dirname "\${BASH_SOURCE[0]}") )/env-$TOOLCHAIN.sh" >> env.sh
echo "Toolchain Build Complete!"