Add regression test for issue #1104.
This commit is contained in:
parent
2799799358
commit
3624a54f7f
|
|
@ -0,0 +1,5 @@
|
|||
module test;
|
||||
|
||||
initial $display("FAILED");
|
||||
|
||||
endmodule
|
||||
|
|
@ -0,0 +1 @@
|
|||
`include "non-existant.v"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"type" : "CE",
|
||||
"source" : "br_gh1104_src2.v",
|
||||
"iverilog-args" : [ "ivltests/br_gh1104_src1.v" ]
|
||||
}
|
||||
Loading…
Reference in New Issue