Injecting file data to an SFR automatically whenever the processor reads that SFR is very easy.
process is
begin
accessin("C:\example\data.txt", hex_mode, ADC1BUF0, true);
wait;
end process;
See accessin