3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-16 16:27:12 +00:00
yosys/tests/techmap/recursive_map.v
2019-08-20 20:05:16 -07:00

4 lines
66 B
Verilog

module sub;
sub _TECHMAP_REPLACE_ ();
bar f0();
endmodule