Skip to content

Commit 7e07607

Browse files
committed
[rtl][sec][xif] Made the length of the cve2_id_stage's rf_wdata_sel dependent on the whether the X-IF is present
1 parent 6cc6d3d commit 7e07607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/cve2_decoder.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module cve2_decoder #(
5151
output logic [31:0] zimm_rs1_type_o,
5252

5353
// register file
54-
output logic [XInterface:0] rf_wdata_sel_o, // RF write data
54+
output logic [XInterface:0] rf_wdata_sel_o, // RF write data selection
5555
output logic rf_we_o, // write enable for regfile
5656
output logic [4:0] rf_raddr_a_o,
5757
output logic [4:0] rf_raddr_b_o,

0 commit comments

Comments
 (0)