H
hezhang
Guest
My implementation needs N block RAMs, where N is not a constant, but
rather a variable.
That is, if N=5, then only 5 block RAMs are needed; but if N=20, then
20 block RAMs needed.
I want to manage these block RAMs and the signals connected with them
dynamically. That means, every time I changed N, no change is needed to
change the VHDL source code. Like C/C++, we can allocate mem[N][K],
then we can access to mem[j] flexibly. How can I do in VHDL?
Is anyone who can help me?
Thank you
rather a variable.
That is, if N=5, then only 5 block RAMs are needed; but if N=20, then
20 block RAMs needed.
I want to manage these block RAMs and the signals connected with them
dynamically. That means, every time I changed N, no change is needed to
change the VHDL source code. Like C/C++, we can allocate mem[N][K],
then we can access to mem[j] flexibly. How can I do in VHDL?
Is anyone who can help me?
Thank you