Skip to content

Commit d9efbd2

Browse files
wkkunakgugala
authored andcommitted
i3c: Fix comment
Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent 71ed766 commit d9efbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i3c.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ module i3c
301301

302302
`endif // CONTROLLER_SUPPORT
303303
`ifdef TARGET_SUPPORT
304-
// TTI RX descriptors queue
304+
// TTI TX descriptors queue
305305
logic tti_tx_desc_full;
306306
logic [TtiRxDescFifoDepthWidth-1:0] tti_tx_desc_depth;
307307
logic [ TtiRxDescThldWidth-1:0] tti_tx_desc_ready_thld;
@@ -311,7 +311,7 @@ module i3c
311311
logic tti_tx_desc_rready;
312312
logic [ TtiRxDescDataWidth-1:0] tti_tx_desc_rdata;
313313

314-
// TTI TX descriptors queue
314+
// TTI RX descriptors queue
315315
logic tti_rx_desc_full;
316316
logic [TtiTxDescFifoDepthWidth-1:0] tti_rx_desc_depth;
317317
logic [ TtiTxDescThldWidth-1:0] tti_rx_desc_ready_thld;

0 commit comments

Comments
 (0)