URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [Mos6502/] [ip/] [cpu/] [sim/] [testbenches/] [verilog/] [sram.load] - Rev 131
Go to most recent revision | Compare with Previous | Blame | View Log
parameter PREFIX ="../../../../../children/";initialbeginif( PROG_ROM_FILE != "NONE") begin $readmemh({PREFIX,PROG_ROM_FILE}, dut.prog_rom.mem);endif( PROG_ROM_FILE != "NONE") begin $readmemh({PREFIX,PROG_ROM_FILE}, sh_prog_rom.mem);endif( ROM_FILE != "NONE") begin $readmemh({PREFIX,ROM_FILE}, boot_rom.mem);endend
Go to most recent revision | Compare with Previous | Blame | View Log
