-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit da99ebc
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "fwk"] | ||
path = fwk | ||
url = https://gitlab.desy.de/fpgafw/fwk.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
zuBPM Hardware Platform | ||
|
||
This is a custom designed hardware platform for the next gen rfBPM electroncs from the NSLS2 Diagnostics Group Using the Xilinx UltraScale+ technology. | ||
|
||
Uses the DESY FWK FPGA Firmware Framework https://fpgafw.pages.desy.de/docs-pub/fwk/index.html | ||
|
||
Clone with --recurse-submodules to get the FWK repos | ||
|
||
git clone --recurse-submodules https://github.com/NSLS-II/rfsoc-dfe | ||
|
||
Setup Environment: make env (first time only) | ||
|
||
To build firmware make cfg=hw project (Sets up project) | ||
|
||
make cfg=hw gui (Open in Vivado) | ||
|
||
make cfg=hw build (Builds bit file) | ||
|
||
To build Software | ||
|
||
make cfg=sw project (Sets up project) | ||
|
||
make cfg=sw gui (Opens in Vitis) | ||
|
||
make cfg=sw build (Builds executable) | ||
|