Skip to content
Snippets Groups Projects
Commit 3780d2cc authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update README.md

parent 0d83e187
No related branches found
No related tags found
No related merge requests found
Pipeline #3202521 passed
# MProcessor Firmware # MProcessor Firmware
## Instructions to Run
```bash
# Pull the package onto the Serenity card
emp pull mprocessor:<BRANCH>-<COMMIT HASH>
# Export the package as an environment variable
export PACKAGE=/home/cmx/.emp/packages/mprocessor/<BRANCH>-<COMMIT HASH>/package
# Navigate to the Ph2_ACF directory
cd ~/dmonk/Ph2_ACF
# Load bitfile onto FPGA
dtc_init -r -1 $PACKAGE
# Enable echo server for 10G link
python ../dtc-module-scripts/python/enable_10G_echo.py $PACKAGE
# Configure FE modules
./bin/serenity_2slpgbt --reconfigure
# Lock the FE links and check output
bash ../dtc-module-scripts/python/run_emp_cmds.sh
```
NOTES:
- `<BRANCH>-<COMMIT HASH>` should be replaced by the appropriate `EMPHUB_TAG` set in the CI for a given build
- If Ph2_ACF is installed in a different location, the path should replace `~/dmonk/Ph2_ACF`. In which case, all subsequent commands will need to be made absolute, rather than using relative paths
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment