[rtl][sec][xif] Made the length of the cve2_id_stage's rf_wdata_sel dependent on the whether the X-IF is present

This commit is contained in:
Cairo Caplan 2025-03-24 16:56:01 +01:00
parent 6cc6d3d055
commit 7e076079db

View file

@ -51,7 +51,7 @@ module cve2_decoder #(
output logic [31:0] zimm_rs1_type_o,
// register file
output logic [XInterface:0] rf_wdata_sel_o, // RF write data
output logic [XInterface:0] rf_wdata_sel_o, // RF write data selection
output logic rf_we_o, // write enable for regfile
output logic [4:0] rf_raddr_a_o,
output logic [4:0] rf_raddr_b_o,