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...
Guest
#2481117
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.
Reply
Please log in before posting.