We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ed766 commit d9efbd2Copy full SHA for d9efbd2
src/i3c.sv
@@ -301,7 +301,7 @@ module i3c
301
302
`endif // CONTROLLER_SUPPORT
303
`ifdef TARGET_SUPPORT
304
- // TTI RX descriptors queue
+ // TTI TX descriptors queue
305
logic tti_tx_desc_full;
306
logic [TtiRxDescFifoDepthWidth-1:0] tti_tx_desc_depth;
307
logic [ TtiRxDescThldWidth-1:0] tti_tx_desc_ready_thld;
@@ -311,7 +311,7 @@ module i3c
311
logic tti_tx_desc_rready;
312
logic [ TtiRxDescDataWidth-1:0] tti_tx_desc_rdata;
313
314
- // TTI TX descriptors queue
+ // TTI RX descriptors queue
315
logic tti_rx_desc_full;
316
logic [TtiTxDescFifoDepthWidth-1:0] tti_rx_desc_depth;
317
logic [ TtiTxDescThldWidth-1:0] tti_rx_desc_ready_thld;
0 commit comments