diff --git a/hdl/tb/core_tb.v b/hdl/tb/core_tb.v index 7abfc8d..07e0ea2 100644 --- a/hdl/tb/core_tb.v +++ b/hdl/tb/core_tb.v @@ -32,10 +32,10 @@ wire [31:0] mem_inst_idx = mem_inst_addr >> 2; wire [31:0] mem_inst_data = mem_inst_idx < MEM_LENGTH ? mem[mem_inst_idx] : INST_NOP; initial begin: mem_init - integer i; - for (i=0; i