4 lines
59 B
Systemverilog
4 lines
59 B
Systemverilog
module and_op (a, b, c);
|
|
`include "included.svh"
|
|
endmodule
|