I have a FFT program that reads and writes to a block of 2kx32 SRAMs, but I would like to initialize the values of the SRAM blocks to 32-bit vectors from a file (ie -- "Values.txt"). I have a program that also reads in the 32-bit values (one column by N rows). Is there a way in ModelSim to have the RAM initialized prior to the simulation or do I have to have an initial setup state where the values are passed from the file to the RAM and then the FFT can run? Thanks for the help. If you need clarification then please ask me.