EmbDev.net

Forum: FPGA, VHDL & Verilog Loading data from big memory into two small memories


von pakhi n. (manideepa) Flattr this


Rate this post
useful
not useful
Hi all,

I have a big memory say [0:7]reg [0:64]
 I want to load data from this big memory into two small memory of size 
[0:7] mem1 [0:16] and [0:7]mem2 [0:16], and once the first memory data 
are used then again it will loaded with the next 16 byte of data from 
the big memory. this process continues...

von Uwe (Guest)


Rate this post
useful
not useful
Perhaps you can use a Dualport Menory to acces the Data from to buses. 
If not you have to copy the data with a FSM ( Finit state machine) from 
one menory to the other.

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.