Hi Ryan, What was the problem/error message that suggested that folder wasn't being pulled in properly? The "syntax error" implies that the `RFNOC_EDGE_TBLE_FILE definition isn't being set correctly, but the makefile should pass that in based on the target you're building.
Did you make modifications to the repo or run rfnoc_image_builder? If so, maybe try building the unmodified branch first to make sure everything is working. For example: source setupenv.sh make cleanall make X410_X4_200 Also, what OS are you using to build on? Wade On Thu, Aug 24, 2023 at 11:16 AM <[email protected]> wrote: > I attempted to build an FPGA image on the UHD-4.4 branch with Vivado > v2021.1_AR76780 (64-bit) using: > > *make X410_X4_200 SYNTH=1 GUI=1* > > When the IP cores are generated, the following folder is not pulled in > properly: > > *uhd/fpga/usrp3/top/x400/build-ip/xczu28drffvg1517-1e/xge_pcs_pma_ex/imports > * > > As a temporary work-around, I was able to generate the example files from > the xci file in > > *uhd/fpga/usrp3/top/x400/ip/xge_pcs_pma* > > and then copied the imports into my build directory and kicked off > synthesis once again via GUI. > > There was also a syntax error in x410_200_rfnoc_image_core.v. The forward > ticks on line 182 were causing an issue: > > *localparam EDGE_TBL_FILE = `"`RFNOC_EDGE_TBL_FILE`";* > > Can someone provide some guidance? I’m not sure if I made a mistake when I > pulled something in, or I’m one of the few that attempted to build the > image. > > Going forward, I need to make clock modifications and wanted to get a look > at the clock structure in vivado to find the best path forward. To > summarize, I need to change the 245.76 clocks to 204.8. I would also like > to use the RFDC directly if possible (static configuration is fine). That > would give me what I need without the DUC/DDC RFNoC blocks. If this isn’t > feasible then I’ll need some rate-changing filters and additional clocks to > adjust downstream. > > - Ryan > _______________________________________________ > USRP-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
