2019-09-12 19:16:16 +09:00

4 lines
55 B
Systemverilog

module and_op (a, b, c);
`include "test3.sv"
endmodule