Files
iverilog/ivtest/gold/case_priority.gold
T
Stephen Williams cea237b407 Add ivtest to the iverilog source tree
By adding ivtest to the iverilog source tree, it is easier to keep
the regression test synchronized with the source that is being tested.
This should be especially helpful for PRs that add a new feature, and
have a matching ivtest PR with the regression test for that feature.
2022-01-15 10:18:50 -08:00

7 lines
159 B
Plaintext

case 0
case 1
WARNING: ./ivltests/case_priority.v:12: value is unhandled for priority or unique case statement
Time: 50000 Scope: main
case 3
PASSED