Forum Discussion

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

Stratix IV M9K blocks usage through DSP Builder

Hi,

I want to utilize the M9K blocks of Stratix IV FPGA in True Dual Port mode.

Can anyone please let me know how to use them through the DSP Builder?

Thanks,

Suresh

3 Replies

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

    --- Quote Start ---

    Hi,

    I want to utilize the M9K blocks of Stratix IV FPGA in True Dual Port mode.

    Can anyone please let me know how to use them through the DSP Builder?

    Thanks,

    Suresh

    --- Quote End ---

    DualMem block infers dual ram.

    The use of M9ks is inferred if size is more than the threshold value set in control block(register/mem threshold)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks Kaz for your reply.

    I am new to DSP Builder.

    Whether the Threshold set in Control Block will not apply to all the blocks used in the design?

    I want to use M9Ks and also MLABs in my design. Can I do it?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Thanks Kaz for your reply.

    I am new to DSP Builder.

    Whether the Threshold set in Control Block will not apply to all the blocks used in the design?

    I want to use M9Ks and also MLABs in my design. Can I do it?

    --- Quote End ---

    The control block is used at project level(I am not aware if it can be used per subsystem). So it applies to all blocks but your thresholds should help give you some control.

    There are 4 thresholds:

    register/memory (e.g shift registers implemented as registers or in memory)

    small ram/medium ram (mluts <=> block ram)

    medium ram/large ram (M9Ks <=> larger ram if applicable)

    multipliers (logic <=> dsp blocks)

    See control block help how to set these.