abc9: suppress warnings when no compatible + used flop boxes formed
[yosys.git] / tests / techmap / recursive.v
1 module top;
2 sub s0();
3 foo f0();
4 endmodule
5
6 module foo;
7 sub s0();
8 endmodule