mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Make abc9 test a bit more interesting
This commit is contained in:
parent
e9bb252e77
commit
4290548de3
|
@ -5,5 +5,7 @@ always @*
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module abc9_test028(input i, output o);
|
module abc9_test028(input i, output o);
|
||||||
unknown u(~i, o);
|
wire w;
|
||||||
|
unknown u(~i, w);
|
||||||
|
unknown2 u2(w, o);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
Loading…
Reference in a new issue