Forum Discussion
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.