blob: 0b4488771769ec9aae00937e853b2149bf17a989 [file] [log] [blame]
module top(input pc0, input pc1, input con, output nc0, output nc1);
CB2 C1 ( .CI (1'b0), .PC0 (pc0), .PC1 (pc1), .CON (con), .NC0 (nc0), .NC1 (nc1) );
endmodule