Forum Discussion

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

Registers

Hi,

I implemented a algorithm using DSP Builder and it has some interactions and acculumators. It needs to wait some time to continue processing by another part of algorithm.

I need some variable or register to store this value. I try to use a DRAM, but it need to treat times of read/write.

Please, can I used one more simple block or another solution to this?

Thanks.

Oswaldo Fratini Filho

1 Reply

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

    Use a template in the quartus editor if you only need a few registers. The compiler will convert this to either use LUTs or on chip memory based on size and number of ports.