I tried to run :
/intel_agilex5e_065b_premium_devkit.py --bus-standard=axi-lite --cpu-type=vexiiriscv --cpu-variant=linux --vexii-args="--with-rvc --with-rvf" --with-coherent-dma --update-repo=no --synth-tool=quartus_syn --build
It error out on :
qsys-generate --synthesis ./gateware/ed_synth.qsys
With :
2024.07.10.12:50:08 Error: ed_synth_emif_ph2_inst.emif_ph2_inst: Memory Preset (MEM_PRESET_ID) has invalid value - Custom Preset. Valid values include: {No Presets Found}
2024.07.10.12:50:08 Error: ed_synth_emif_ph2_inst.emif_ph2_inst: Specified qprs file does not exist: /home/gwe/enjoydigital/intel/litex_agilex_test/gateware/lpddr_4266bin_1866.qprs
2024.07.10.12:50:08 Error: ed_synth_emif_ph2_inst.emif_ph2_inst: No presets found for this configuration. Please create a custom preset or change the high level parameters to match an existing preset.
It seems like gateware/ip/ed_synth/ed_synth_emif_ph2_inst.ip has hardcoded paths internaly :
I tried to run : /intel_agilex5e_065b_premium_devkit.py --bus-standard=axi-lite --cpu-type=vexiiriscv --cpu-variant=linux --vexii-args="--with-rvc --with-rvf" --with-coherent-dma --update-repo=no --synth-tool=quartus_syn --build
It error out on : qsys-generate --synthesis ./gateware/ed_synth.qsys
With :
It seems like gateware/ip/ed_synth/ed_synth_emif_ph2_inst.ip has hardcoded paths internaly :