Axi4 passive vip and scoreboard#356
Conversation
csabakiss-semify
commented
Mar 19, 2026
- Developed AXI4 VIP supporting passive mode only
- VIP integrated to the top level environment
- Added scoreboard to the AXI XBAR
|
Thanks Csaba, before I dive into the code itself, I have some general comments. We try to make our database being more or less homogeneous with the rest of lowRISC code. My comments are a bit random, it's what I can see from a first glance:
I think it's enough to start with. You can also take a look at this repository and maybe ask AI to help you fixing some more things I haven't spotted yet: https://github.com/lowRISC/style-guides/tree/master |
Signed-off-by: Csaba Kiss <csaba.kiss@semify-eda.com>
Signed-off-by: Csaba Kiss <csaba.kiss@semify-eda.com>
Signed-off-by: Csaba Kiss <csaba.kiss@semify-eda.com>
Signed-off-by: Csaba Kiss <csaba.kiss@semify-eda.com>
054ae94 to
ba0c3e7
Compare
|
I believe, the requested changes are applied. I do not know why the lint check fails. Please letme know if further modifications are required. |
|
I mean, I can see the error message, but the referenced file has exactly the same header as the others. |
martin-velay
left a comment
There was a problem hiding this comment.
So far I have reviewed all the files under top_chip/dv except the scoreboard.
|
Also, I rebased to the latest main branch and uart_smoke test fails due to a AXI scoreboard issue. Checking... |
|
Due to mocha repo went public, I lost the connection to the origin, therefore I indirectly closed this PR by deleting the head repo. New PR is expected soon with all the requested changes and passing tests. |
|
New PR is available here #391 |

