Article | Talk | Edit | History  

Block RAM

From the World Wide Wiki

An anarchist is anyone who doesn't need a cop to tell him what to do.

Jump to: navigation, search

INIT_xx

Each INIT_xx parameters is a 256 bit string. It's broken up into n segments of equal size where n = 256 / w and w is the data width of the BRAM (don't ask me how this works for mis-matched dual port). Each such segment is in Big-Endian, meaning the least significant bit is right most.

Lower xx values (like INIT_00 versus INIT_01) are lower addressed sections of RAM, but within the line, the right-most segment has the lowest address in the line. So address 0 is the right most segment in INIT_00, and address n − 1 is the left most segment in INIT_00.



This article is a stub.