Add regression test for issue #1104.

This commit is contained in:
Martin Whitaker 2024-02-24 13:36:25 +00:00
parent 2799799358
commit 3624a54f7f
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
module test;
initial $display("FAILED");
endmodule

View File

@ -0,0 +1 @@
`include "non-existant.v"

View File

@ -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

View File

@ -0,0 +1,5 @@
{
"type" : "CE",
"source" : "br_gh1104_src2.v",
"iverilog-args" : [ "ivltests/br_gh1104_src1.v" ]
}