File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ if run_step "8"; then
309309 exit_if_last_command_failed
310310 fi
311311 popd
312+ # Ensure FireMarshal CLI is on PATH in env.sh (idempotent)
313+ replace_content env.sh build-setup-conda " # line auto-generated by build-setup.sh\n__DIR=\" $CYDIR \" \nPATH=\\ $__DIR /software/firemarshal:\\ $PATH "
312314fi
313315
314316if run_step " 10" ; then
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ trap 'error_handler $LINENO "$submodule_name"' ERR
2929function usage
3030{
3131 echo " Usage: $0 <options>"
32- echo " Initialize Chipyard submodules and setup initial env.sh script. "
32+ echo " Initialize Chipyard submodules"
3333 echo " By default, this will only initialize minimally required submodules"
3434 echo " Enable other submodules with the --full or submodule-specific flags"
3535 echo " "
@@ -241,7 +241,3 @@ cd "$RDIR"
241241if [ ! -f ./software/firemarshal/marshal-config.yaml ]; then
242242 echo " firesim-dir: '../../sims/firesim/'" > ./software/firemarshal/marshal-config.yaml
243243fi
244-
245- replace_content env.sh init-submodules " # line auto-generated by init-submodules-no-riscv-tools.sh
246- __DIR=\" $RDIR \"
247- PATH=\$ __DIR/software/firemarshal:\$ PATH"
You can’t perform that action at this time.
0 commit comments