Altera_Forum
Honored Contributor
8 years agoDE10-Nano GHRD failure to generate
Hi All
I'm trying to recompile the standard GHRD for the Terasic De10-Nano Cyclone V SoC Board, and following the instructions (User Manual chapter 7) very carefully, it fails with a great number of errors (and four warnings), the first one a complaint about a missing file hps_AC_ROM.hex. This file does exist, in the soc_system/synthesis/submodules/ directory. Has anyone met this? Or can give any useful pointer for what to try? The source is from Terasic's DE10-Nano CD-ROM v 1.2.3 (but the versions of this CD do the same thing). To repeat the error:- Make a copy of the source:
cp -Rp cdrom/Demonstrations/SoC_FPGA/DE10_NANO_SoC_GHRD GHRDx cd GHRDx- Run quartus
- open project DE10_NANO_SoC_GHRD.qpf
- Tools > qsys and open soc_system.qsys
- generate > generate hdl, (defaults for form: Verilog, no third-party, yes create block, sim model none, output dir ./soc_system)