My program has the need to intitialize an instance of a RAM on startup, before doing the actual algorithm. I am unsure of how exactly to do this. I have created a ram.vhd file which contains an array of 256 bytes. On startup, I need to put "0" in block zero, "1" in block 1, ..., "255" in block...