Forum Discussion
JackLusenhop
New Contributor
1 year agoEnabling HPS-FPGA bridges on Agilex 7
Hello, I have been trying to run the HPS system on the Agilex™ 7 FPGA F-Series Development Kit (P-Tile and E-Tile), DK-DEV-AGF014EA and have been following two tutorials: https://www.rocketboards...
JackLusenhop
New Contributor
1 year agoThe GHRD I am using can be generated by using the following commands from Agilex GSRD tutorial:
git clone -b QPDS24.2_REL_GSRD_PR https://github.com/altera-opensource/ghrd-socfpga
mv ghrd-socfpga/agilex_soc_devkit_ghrd .
rm -rf ghrd-socfpga
cd agilex_soc_devkit_ghrd
export BOARD_TYPE = "DK-DEV-AGF014E"
make scrub_clean_all
make generate_from_tcl
I got the same warnings even if I did not change the board type.