Hi,
I'm new to FPGA development so be patient with me :) I would like to perform injection testing into some logic i'm developing using M9K blocks. There are 80bits per word and 21 words. Is it possible to chain 5 MK9 blocks together (in 16x512 configuration) to achieve the 80bits per word? ThanksLink Copied
just use the altsyncram block - you specify word width and depth and it will build the ram for you from as many M9Ks as required.
--- Quote Start --- just use the altsyncram block - you specify word width and depth and it will build the ram for you from as many M9Ks as required. --- Quote End --- Thank you, that worked great.
For more complete information about compiler optimizations, see our Optimization Notice.