chipsalliance/riscv-dv

Pyflow test passed/failed handshake for testbench

fPecc opened this issue · 0 comments

fPecc commented

I was looking at the generated asm for the standard riscv_arithmetic_basic_test test using pyflow as simulator, and I was not able to find the handshake that says if the test passed or failed.

After searching the whole python files in the repository, I was not able to find a call to gen_signature_handshake with signature_type = TEST_RESULT, so it makes sense that the code is not being generated.

So the question is: how do I know in my testbench if the test passed or not, if the handshake is never generated? Is this a bug, or does this still need to be implemented?