Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Hello Everybody !.. I have seen in CIII datasheet that it has a different kind of RAM block called M9K, with higher frequency. When I use "reg" is this a M9K?? I Use Verilog, How can i define and use this Memory Block? A solution without using SOPC builder is preferred. Thanks --- Quote End --- Hi, you can do that by using : reg [0:7] my_ram[0:63] /* synthesis ramstyle = "M9K" */; But why do you want to specify the RAM implementation ? Knd regards GPK