vunit_run_tests
Run VUnit HDL tests, returning a pass/fail summary and failing-test list. Supports test patterns to target specific cases.
Instructions
Run VUnit tests and return a pass/fail summary plus the list of failing tests. Patterns default to ['*'] (run everything). A JUnit XML is always written next to the output dir for vunit_get_report. Requires a simulator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |