URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [vga_char_ctrl/] [sim/] [testbenches/] [verilog/] [sram.load] - Rev 131
Go to most recent revision | Compare with Previous | Blame | View Log
parameter PREFIX ="../../../../../children/";
initial
begin
if( STARTUP != "NONE") begin $readmemh({PREFIX,STARTUP},dut.char_ram.mem); end
if( FONT != "NONE") begin $readmemh({PREFIX,FONT}, dut.CHAR_DISPLAY.CHAR_GEN.char_gen_rom.mem); end
end
Go to most recent revision | Compare with Previous | Blame | View Log