S3
input C,D;
output Q;
wire w3,w6,w7;
endmodule
always
#200 C=~C;
#400 D=~D;
// Simulation parameters// C CLK 1 1
// D CLK 2 2