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

5 lines
66 B
Verilog

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