yosys/tests/techmap/recursive.v

9 lines
75 B
Verilog
Raw Normal View History

2019-08-21 05:05:16 +02:00
module top;
sub s0();
foo f0();
endmodule
module foo;
sub s0();
endmodule