Forum Discussion

Nupoor's avatar
Nupoor
Icon for New Contributor rankNew Contributor
5 years ago

Write from BRAM to 2D array in transpose manner

I have initialised single port BRAM of IP core with .coe file. BRAM is of 8x10 dimension having we_A,dout,din,addr,clk and declare a 2D array of 10x8 dimension. I want to read from BRAM and write i...