mirror of
https://github.com/supleed2/ELEC50010-IAC-CW.git
synced 2024-12-22 13:25:49 +00:00
Set harvard_tb clk_enable high, to allow other CPUs to run
This commit is contained in:
parent
859020bae5
commit
86656b33ef
|
@ -8,6 +8,8 @@ module mips_cpu_harvard_tb;
|
|||
logic clk, clk_enable, reset, active, data_read, data_write;
|
||||
logic[31:0] register_v0, instr_address, instr_readdata, data_readdata, data_writedata, data_address;
|
||||
|
||||
assign clk_enable = 1'b1;
|
||||
|
||||
mips_cpu_harvard_memory #(INSTR_INIT_FILE, DATA_INIT_FILE) ramInst(
|
||||
.clk(clk),
|
||||
.data_address(data_address),
|
||||
|
|
Loading…
Reference in a new issue