Skip to content

Commit

Permalink
Add regression test for issue #1104.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwhitaker committed Feb 24, 2024
1 parent 2799799 commit 3624a54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ivtest/ivltests/br_gh1104_src1.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module test;

initial $display("FAILED");

endmodule
1 change: 1 addition & 0 deletions ivtest/ivltests/br_gh1104_src2.v
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`include "non-existant.v"
1 change: 1 addition & 0 deletions ivtest/regress-vvp.list
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ br_gh1087a3 vvp_tests/br_gh1087a3.json
br_gh1087b vvp_tests/br_gh1087b.json
br_gh1087c vvp_tests/br_gh1087c.json
br_gh1099 vvp_tests/br_gh1099.json
br_gh1104 vvp_tests/br_gh1104.json
ca_time_real` vvp_tests/ca_time_real.json
case1 vvp_tests/case1.json
case2 vvp_tests/case2.json
Expand Down
5 changes: 5 additions & 0 deletions ivtest/vvp_tests/br_gh1104.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type" : "CE",
"source" : "br_gh1104_src2.v",
"iverilog-args" : [ "ivltests/br_gh1104_src1.v" ]
}

0 comments on commit 3624a54

Please sign in to comment.