Forum Discussion
Assignment RTL_PARAMETER
- 3 years ago
As it turns out, there's no way to change it other than changing the Verilog code.
Most of the reconfig IP in Arria 10 is hardcoded Verilog that Quartus doesn't modify, so you have to directly edit the Verilog as what I did in the previous reply.
Regards,
Richard Tan
RTL_parameter is mostly used for PR design flow. I don't think it is applicable in this case.
Reference:
For generated IP, one way that I can think of is to add the RAM_BLOCK_TYPE defparam in the fifo entity/module of the iopll reconfig ip (in this case, I add the parameter in the verilog file altera_iopll_reconfig_core.v of the pll_reconfig_0.ip file).
example:
defparam
scfifo_component.lpm_hint = "RAM_BLOCK_TYPE=MLAB";
Hope that works for you.
Best Regards,
Richard Tan
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.