Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMP README.md: add gateware deploy instructions #13

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions 04-fpga-configure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Deploy instructions

### {afc-timing,bpm,fofb}-gw

1. Clone [bpm-cfg](https://github.com/lnls-dig/bpm-cfg).
2. Create a folder named `bitstreams` inside `04-fpga-configure` and copy all
nsvf files into it.
3. In `04-fpga-configure/fpga-bitstreams.sh`, fill `FPGA_BO_BITSTREAM`,
`FPGA_SR_BITSTREAM`, `FPGA_PBPM_BITSTREAM`, `FPGA_FOFB_BITSTREAM` and
`FPGA_TIMING_BITSTREAM` variables with the corresponding nsvf file names
without .nsvf extension.
4. In `misc/crate-fpga-mapping.sh` one can see the current mapping between
crates' slots and target gw. Edit this file setting `""` to those slots that
won't be updated.
5. Run `04-fpga-configure/program-all.sh`.