Skip to content

Commit ae7588a

Browse files
committed
add hci asserts
1 parent 733c466 commit ae7588a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hci/hci.sv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,5 +659,4 @@ module hci
659659
`I3C_ASSERT(TX_WR_ACK_O, rst_ni |-> tx_wr_ack == 1'b0);
660660
`I3C_ASSERT(IBI_QUEUE_DATA_O, rst_ni |-> hci_ibi_rd_data == '0);
661661
`I3C_ASSERT(RX_DESC_DATA_O, rst_ni |-> resp_rd_data == '0);
662-
663662
endmodule : hci

0 commit comments

Comments
 (0)