Bump firesim to version with detached build.sbt

This commit is contained in:
Jerry Zhao
2024-04-25 10:58:08 -07:00
parent 0a0dd647cd
commit f2a2654fc8
4 changed files with 8 additions and 10 deletions

View File

@@ -271,7 +271,7 @@ if run_step "6"; then
echo $CYDIR
source sourceme-manager.sh --skip-ssh-setup
pushd sim
make sbt SBT_COMMAND="project {file:$CYDIR}firechip; compile" TARGET_PROJECT=firesim
make sbt SBT_COMMAND="project firesim; compile" TARGET_PROJECT=firesim
popd
)
exit_if_last_command_failed