Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFvM,
I've attached both the RAM generation file and the Intel hex file... One solution we thought of is to simply skip 12 addresses at a time: assign reduced_addr = {addr[31:4],2'b0,addr[3:2]}; // this converts 16-word addressing into 4-word addressing This works, but we lose 75% of available memory doing so.