Forum Discussion
Altera_Forum
Honored Contributor
17 years agoLE carry chain
I'm trying to implement LE carry chain using low level primitives. L_0:LCELL
PORT MAP (
in0,out0
);
D_0:DFFEAS
PORT MAP(
d=>out0,
q=>delay(0),
c...
Altera_Forum
Honored Contributor
17 years agoI'm trying to achieve delay chain as shown here:
http://www-ppd.fnal.gov/eedoffice-w/projects/ckm/comadc/wavelettdc_abs08.pdf (picture 1a) I'm doing it completely wrong? How would you do it? edit. Ok, I figured it out. CARRY_SUM documentation should really be better.