RAM blocks inference fixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user