File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ module controller_standby_i3c
272
272
ctrl_scl_o = '1 ;
273
273
get_acccr = '0 ;
274
274
get_mxds = '0 ;
275
- is_hotjoin_done = '0 ;
276
275
bus_timeout = '0 ;
276
+ is_hotjoin_done = '0 ;
277
277
end
278
278
279
279
typedef enum logic [1 : 0 ] {
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ module hci
526
526
hwif_in.I3C_EC .StdbyCtrlMode.STBY_CR_CONTROL .HANDOFF_DEEP_SLEEP .hwclr = '0 ;
527
527
hwif_in.I3C_EC .StdbyCtrlMode.__rsvd_1.__rsvd.next = '0 ;
528
528
hwif_in.I3C_EC .StdbyCtrlMode.STBY_CR_DEVICE_ADDR .STATIC_ADDR_VALID .next = '0 ;
529
- hwif_in.I3C_EC .StdbyCtrlMode.STBY_CR_DEVICE_ADDR .STATIC_ADDR .next = '0 ;
529
+ hwif_in.I3C_EC .StdbyCtrlMode.STBY_CR_DEVICE_ADDR .STATIC_ADDR .next= '0 ;
530
530
531
531
hwif_in.I3C_EC .StdbyCtrlMode.STBY_CR_DEVICE_ADDR .STATIC_ADDR_VALID .we = '0 ;
532
532
hwif_in.I3C_EC .StdbyCtrlMode.STBY_CR_DEVICE_ADDR .STATIC_ADDR .we = '0 ;
Original file line number Diff line number Diff line change @@ -106,6 +106,18 @@ module tti
106
106
output logic irq_o
107
107
);
108
108
109
+ // TODO: undriven logic
110
+ always_comb begin : undriven_logic
111
+ hwif_tti_o.INTERRUPT_STATUS .IBI_THLD_STAT .we = '0 ;
112
+ hwif_tti_o.INTERRUPT_STATUS .TRANSFER_ERR_STAT .we = '0 ;
113
+ hwif_tti_o.INTERRUPT_STATUS .TRANSFER_ABORT_STAT .we = '0 ;
114
+ hwif_tti_o.INTERRUPT_STATUS .TX_DESC_THLD_STAT .we = '0 ;
115
+ hwif_tti_o.INTERRUPT_STATUS .TX_DATA_THLD_STAT .we = '0 ;
116
+ hwif_tti_o.INTERRUPT_STATUS .TX_DESC_TIMEOUT .we = '0 ;
117
+ hwif_tti_o.INTERRUPT_STATUS .RX_DESC_TIMEOUT .we = '0 ;
118
+ hwif_tti_o.QUEUE_THLD_CTRL .IBI_THLD .next = '0 ;
119
+ end
120
+
109
121
logic tx_desc_ready_thld_swmod_q, tx_desc_ready_thld_we;
110
122
logic rx_desc_ready_thld_swmod_q, rx_desc_ready_thld_we;
111
123
You can’t perform that action at this time.
0 commit comments