yosys/tests/techmap/recursive_map.v

5 lines
66 B
Verilog
Raw Normal View History

2019-08-21 05:05:16 +02:00
module sub;
sub _TECHMAP_REPLACE_ ();
bar f0();
endmodule