Changes are confirmed to work on the FPGA.

This commit is contained in:
Rose Thompson 2024-07-23 17:39:38 -05:00
parent e8e71ad643
commit 6c212ebf0e
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////
module rvvisynth import cvw::*; #(parameter cvw_t P,
parameter integer MAX_CSRS = 3,
parameter integer MAX_CSRS = 5,
parameter integer TOTAL_CSRS = 36)(
input logic clk, reset,
input logic StallE, StallM, StallW, FlushE, FlushM, FlushW,

View File

@ -604,7 +604,7 @@ module testbench;
end
if(P.RVVI_SYNTH_SUPPORTED) begin : rvvi_synth
localparam MAX_CSRS = 3;
localparam MAX_CSRS = 5;
logic valid;
logic [187+(3*P.XLEN) + MAX_CSRS*(P.XLEN+12)-1:0] rvvi;