Files
yosys/tests/techmap/recursive.v
T

9 lines
75 B
Verilog
Raw Normal View History

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