Fixed buildbitstream authored by Farzad Fatollahi-Fard's avatar Farzad Fatollahi-Fard
...@@ -210,7 +210,7 @@ With the FireSim build environment and Chipyard design configured, we're ready t ...@@ -210,7 +210,7 @@ With the FireSim build environment and Chipyard design configured, we're ready t
```shell ```shell
cd $FIRESIM_ROOT cd $FIRESIM_ROOT
# source sourceme-manager.sh --skip-ssh-setup # source sourceme-manager.sh --skip-ssh-setup
firesim buildbitstream -r -r ${CY_DIR}/sims/firesim-staging/sample_config_build_recipes.yaml firesim buildbitstream
``` ```
As stated before, this may take **MANY HOURS** to complete. Grab yourself a cup of your favorite beverage and let the machine build. You should see the following successful build message when done: As stated before, this may take **MANY HOURS** to complete. Grab yourself a cup of your favorite beverage and let the machine build. You should see the following successful build message when done:
... ...
......