Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20693 Discussions

Chaining M9K blocks to increase word width

Altera_Forum
Honored Contributor II
1,128 Views

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? Thanks
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
383 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
383 Views

 

--- 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.
0 Kudos
Reply