zero-day-labs / riscv-aia

AIA IP compliant with the RISC-V AIA spec
Apache License 2.0
29 stars 7 forks source link

APLIC+IMSIC test #3

Closed Ruofeng-Wang closed 1 year ago

Ruofeng-Wang commented 1 year ago

Hi, I am trying to play around with the APLIC and IMSIC designs, however, I noticed that there is no assertions in APLIC+IMSIC test. Does that mean the test will not check a failing or succeed condition?

D3boker1 commented 1 year ago

Hi @Ruofeng-Wang! The tests are undergoing many changes at the moment. We released the minimal version of the APLIC this week, and for now, we have been analyzing the waves with gtkwave (in the Python file, we have comments on the expected results). As some of the tests are repeated or incomplete, rewriting the tests is a task to which we must dedicate ourselves soon. When it is done, we will have assertions.

The IPs were, however, implemented on a CVA6-based SoC ( aplic and full aia ), and we successfully ran Linux vanilla and Bao hypervisor + Linux vanilla.

Sorry for the inconvenience!

Ruofeng-Wang commented 1 year ago

No worries at all! Thank you for your respond and appreciate the effort you guys putting into this!