Forum Discussion
travisa
New Contributor
3 years agoPCIe DMA transfer design code Compilation error.
I was trying to compile the DE5A_NET.qpf file of the `DE5a-Net-DDR4_v.1.0.9_SystemCD/Demonstrations/PCIe_DDR4/` in Quartus Prime Pro version21.4, getting some compilation error and the error message...
Wincent_Altera
Regular Contributor
3 years agoHi Travis,
I think you can safely ignore the warning.
For the Verilog error, it normally happens as in a Verilog Design File (.v) at the specified location, you specified a value for a module parameter that is not a constant expression; however, parameter values must be constant expressions. My suggestion is try to edit the design so the values you assign to parameters are constant expressions.
Besides that, do you try it on a different device or Quartus version (as you mention previously in v18.0 )
Is the same error still happening?
Regards,
Wincent_Intel