Altera_Forum
Honored Contributor
19 years agoWishful feature for DSP Builder
In most of my design (in RTL), I used the “generate” statement so that the IP can be parameterized under different conditions/parameter ( like “generate if” in Verilog), or for a number of instantiations (like “generate for 1 to n”). This feature is quite necessary if we want to build generic/reusable IP with DSPbuilder. This “generate” feature also demands the support of multiple (at least two) dimensional array with parameterizable array index bounds. It would be great if DSPbuilder can follow the “generate” capability of VHDL or Verilog.