mirror of https://github.com/YosysHQ/yosys.git
5 lines
89 B
Verilog
5 lines
89 B
Verilog
|
|
`include "temp_foo.v"
|
||
|
|
module top (input x, output y);
|
||
|
|
foo bar (.a(x), .b(y));
|
||
|
|
endmodule
|