RAM blocks inference fixes

This commit is contained in:
Blaise Tine
2020-11-30 14:02:47 -08:00
parent 5758ef9ebf
commit 97739e9dcf
27 changed files with 218 additions and 189 deletions

View File

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