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 733c466 commit ae7588aCopy full SHA for ae7588a
src/hci/hci.sv
@@ -659,5 +659,4 @@ module hci
659
`I3C_ASSERT(TX_WR_ACK_O, rst_ni |-> tx_wr_ack == 1'b0);
660
`I3C_ASSERT(IBI_QUEUE_DATA_O, rst_ni |-> hci_ibi_rd_data == '0);
661
`I3C_ASSERT(RX_DESC_DATA_O, rst_ni |-> resp_rd_data == '0);
662
-
663
endmodule : hci
0 commit comments