chipsalliance / aib-protocols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AXI4 coverage exclusion for tx_online and rx_online

nij-intel opened this issue · comments

Current coverage runs does not toggle tx_online and rx_online this can be done by asserting axi reset during operation. This should be applicable for all AXI modes (MM, Stream and Lite)

Fixed as of 0.9.3

this is now included as part of directed_reset_test for AXIMM

run_tests="directed_test directed_4kboundary_test random_wr_rd_test reorder_wr_rd_test directed_reset_test"

Can this also be included for AXIST? Right now it using these tests only:

run_tests="zero_delay_random_test random_test random_reset_test"