apio
apio copied to clipboard
[Feature Request] Add support for automatic testing.
NOTE: If this feature request is reasonable, I can try implementing it and send PR requests.
The command apio sim is useful for examining and understanding logic behavior and signals but is not a good fit for automatic testing of multiple testbenches that contains assertions for correctness. First it runs just a single testbench and second the interactive gtkwave windows is a distraction.
This request is for a new command apio test with behavior along these lines:
- It processes all the testbenches (independently, one after the other).
- It does not activate the
gtkwaveinteractive windows. - The command succeeds if all testbenches succeeded (e.g. no syntax error, and no call to $fatal).
- The optional flag
--testbenchallows to run just a single testbench, for example, when developing a specific test.
Notes:
- Ok for the command to fail on the first testbench failure.
- Need to have a way to run a testbench with failing assertion with the
apio simcommand for debugging. For example by injecting to the benchtests macros that indicates if the run is automatic or interactive.
Yes, please, go ahead
Ok, I will work on it. It may take time though.
Thank you very much for all your contributions! 🙂️ I really appreciate them
I am closing this issue as completed