Forum Discussion
Altera_Forum
Honored Contributor
12 years agoStore scalar variables in DSP Adv
I used DSP Adv block to build a module which includes tens of scalar variables. I used to different dualmem blocks to store and modify them. Is there another efficient way to store? Thanks J...
Altera_Forum
Honored Contributor
12 years agoThank your reply. I used ModelPrim in DSP Advanced Builder. There is not register unit as I know. Now I used dualmem (ram) to save these variables and access them as you said. But it is hard to compute the delay and to set multiple mux to satisfy different access. So I want to find a more efficient way to restore the variables.