URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [io/] [ip/] [io_module/] [sim/] [testbenches/] [verilog/] [sram.load] - Rev 135
Compare with Previous | Blame | View Log
parameter PREFIX ="../../../../../../../code/";
initial
begin
if( STARTUP != "NONE") begin $readmemh ( {PREFIX,STARTUP}, dut.vga.vga_char_ctrl.char_ram.mem ); end
if( FONT != "NONE") begin $readmemh ( {PREFIX,FONT} , dut.vga.vga_char_ctrl.char_gen_rom.mem); end
end