yosys/tests/techmap/recursive.v

9 lines
75 B
Verilog
Raw Normal View History

2019-08-20 22:05:16 -05:00
module top;
sub s0();
foo f0();
endmodule
module foo;
sub s0();
endmodule