mbits-mirafra / axi4Lite_avip

This project deals with the axi4Lite protocol
6 stars 0 forks source link

Listing the Slave RTL bugs #7

Open mahadevaswamy05 opened 1 month ago

mahadevaswamy05 commented 1 month ago

When we connected the slave RTL with our Master VIP, we found bugs in the RTL code below.

bug1

-Here is the assertion failure for the bug mentioned above,

image

-Here is the Scoreboard error for the bug mentioned above,

image

mahadevaswamy05 commented 1 month ago

-Here is Waveform for the bug mentioned above,

image

-Here is the assertion failure for the bug mentioned above,

image

-Here is the Scoreboard error for the bug mentioned above,

image

-Here is the wait counter for rvalid handshaking comparison error for the bug mentioned above,

image

mahadevaswamy05 commented 1 month ago

Here is the latest regression report
image

The reason behind this less coverage percentage is that Slave RTL is violating some features like

mahadevaswamy05 commented 1 month ago

Bresp is not coming correctly from the slave.
You can see the below coverage report for more clarity. image

mahadevaswamy05 commented 1 month ago

Rresp and Rdata also not coming from the slave RTL

image