Forum Discussion
When you created the Quartus project, did you select that board in the New Project Wizard?
You made changes from the preset, so it's warning you that you made changes from that preset so the design may not work with the board you selected. If you're OK with this, you can ignore the warning.
- SivaKona3 years ago
Occasional Contributor
Hi sstrell, Thanks for your reply.
Preset configuration of "Stratix 10 GX H-Tile FPGA Development Kit with DDR4 HILO" shows following Errors
emif_s10_0.ctrl_amm_0 Data width must be of power of two and between 8 and 4096
This is because the DQ width value 72 sets the Avalon MM Interface Data width as 576.
We have changed the DQ width from 72 to 32, to align the ctrl_amm_0 data width(256 bits) to the other modules in the system
This change resulted in following Errors during Generate HDL run.
Error: no such variable
Error: Generation stopped, 2 or more modules remaining
Error: qsys-generate failed with exit code 1: 2 Errors, 1 Warning
Error: SPD file was not generated: /nfs/site/disks/hpg_meu/snkona/22WW06_GyANN_FPGA/ip-gyann-fpga/s10gx/fpga_gdlj_onchipmem/qips/ip/gyann_fpga/gyann_fpga_emif_s10_0/gyann_fpga_emif_s10_0.spd
Error: Could not generate simulation scripts
Error: no such variable
Error: Generation stopped, 2 or more modules remaining
Error: qsys-generate failed with exit code 1: 2 Errors, 1 WarningRegards
Siva Kona