Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Chaining M9K blocks to increase word width

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

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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.