fixed DRAM response backpressure inside Cache

This commit is contained in:
Blaise Tine
2020-11-10 05:24:57 -08:00
parent ed69be4027
commit 725322807e
19 changed files with 69 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
`include "VX_define.vh"
`TRACING_OFF
module VX_gpr_ram (
input wire clk,
input wire [`NUM_THREADS-1:0] we,
@@ -30,4 +31,5 @@ module VX_gpr_ram (
assign rs1_data = q1;
assign rs2_data = q2;
endmodule
endmodule
`TRACING_ON