Forum Discussion

fwadswor's avatar
fwadswor
Icon for New Contributor rankNew Contributor
1 year ago
Solved

Trouble building GHRD for DK-DEV-AGF014EA

Similar to a previous post, I am unable to build the GHRD for the Agilex™ 7 FPGA F-Series Development Kit (P-Tile and E-Tile) device. Following the instructions on RocketBoards for the seemingly most...
  • Jeet14's avatar
    1 year ago

    Hi,


    Apologies for delay, as there was internal technical issue/glitches at our Forum Due to this case was not assigned.


    There is rocketboard page for this development kit. You can use the GHRD and GSRD from below link-https://www.rocketboards.org/foswiki/Documentation/AgilexSoCGSRD


    You can also follow the below steps-

    1. git clone -b QPDS24.2_REL_GSRD_PR https://github.com/altera-opensource/ghrd-socfpga


    2. Enable Quartus tools to be called from command line:

    export QUARTUS_ROOTDIR=~/intelFPGA_pro/24.2/quartus/

    export PATH=$QUARTUS_ROOTDIR/bin:$QUARTUS_ROOTDIR/linux64:$QUARTUS_ROOTDIR/../qsys/bin:$PATH


    2. make config

    This command have the options for available parameterization of GHRD and knowing the default parameterization


    3. Customize the GHRD settings via 'make' command along with 'generate_from_tcl' command as well.

    Multiple <PARAMETER> may be customized at one time [Not necessary if the default option is good], example- make <PARAMETER>=<value> generate_from_tcl


    example- I have used this below command and tested for Agilex-5

    make DEVICE=A5ED065BB32AE6SR0 HPS_EMIF_MEM_CLK_FREQ_MHZ=800 HPS_EMIF_REF_CLK_FREQ_MHZ=100 generate_from_tcl


    4. make all

    This command to Compile Quartus Project and generate the configuration file.


    Regards

    Tiwari