mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -04:00
[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:
parent
6cc6d3d055
commit
7e076079db
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue