Hi
I do use M9K for ROM tables and this works fine I also have to use quite some latches since I works as pipeline The problem are when I do use latches then QuartusII on some of the latches do use M9K and other a logic , then I do not have enough M9K for ROM I have tried different combination with ramstyle="logic" in my verilog (* ramstyle = "logic" *) reg [63:0] Block_out; reg [63:0] Block_out /* synthesis ramstyle = "logic" */; And still some of my reg do use M9K Any hint?链接已复制
3 回复数
There are different synthesis attributes to control RAM inference for memory arrays and for shift registers. Apparently your construct refers to the latter. http://www.alteraforum.com/forum/showthread.php?t=37702
