Update firesim build-setup pre-compile classpath commands

This commit is contained in:
Jerry Zhao
2024-04-25 15:58:41 -07:00
parent f2a2654fc8
commit 52d43c1e0e

View File

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