mirror of
https://github.com/supleed2/ELEC50010-IAC-CW.git
synced 2024-11-10 01:35:49 +00:00
Change parameter to use instr+data testcase
This commit is contained in:
parent
088b2bae21
commit
7b01ae06eb
|
@ -1,7 +1,7 @@
|
|||
module mips_cpu_harvard_tb;
|
||||
|
||||
parameter INSTR_INIT_FILE = "inputs/addiu.txt";
|
||||
parameter DATA_INIT_FILE = "inputs/addiu.data.txt";
|
||||
parameter INSTR_INIT_FILE = "inputs/lw/lw-1.instr.txt";
|
||||
parameter DATA_INIT_FILE = "inputs/lw/lw-1.data.txt";
|
||||
parameter TIMEOUT_CYCLES = 100;
|
||||
|
||||
logic clk, clk_enable, reset, active, data_read, data_write;
|
||||
|
|
Loading…
Reference in a new issue