2021-03-05 15:06:45 +09:00

5 lines
65 B
Systemverilog

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