Sign in
foss-fpga-tools
/
prjtrellis
/
a4f30acc884ed6a75f91186042015e66d00749ae
/
.
/
minitests
/
machxo2
/
cb2
/
cb2.v
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