2019-09-17 12:22:00 +09:00

4 lines
56 B
Systemverilog

module and_op (a, b, c);
`include "test2.svh"
endmodule