1 2 3 4 5 6 7 8
`define PATH "included.svh" module and_op (a, b, c); output a; input b, c; and a1 (a,b,c); endmodule