Skip to content

Commit 71e5d93

Browse files
authored
Merge pull request #1108 from diffblue/interconnect1
KNOWNBUG test for `interconnect`
2 parents 9b402aa + 917bc8b commit 71e5d93

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
KNOWNBUG
2+
interconnect1.sv
3+
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
--
8+
interconnect is not implemented.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module top;
2+
interconnect bus;
3+
mod1 m1(bus);
4+
mod2 m2(bus);
5+
endmodule
6+
7+
module mod1(input in);
8+
endmodule
9+
10+
module mod2(output out);
11+
endmodule

0 commit comments

Comments
 (0)