Altera_Forum
Honored Contributor
15 years agoConnecting to odd or even or partial parts of a bus
Suppose I have output Q[7..0] of a flipflop A, and output Q[7..0] of a flipflop B, of which I want to connect to the inputs D[15..0] of a flipflop C in such a fashion that:
AQ[0] -> CD[0] BQ[0] -> CD[1] AQ[1] -> CD[2] BQ[1] -> CD[3] AQ[2] -> CD[4] BQ[3] -> CD[5] etc. How can I do that in a schematic design? A related question: Same setup as above, but now I want to connect AQ[7..0] -> CD[7..0] and BQ[7..0] -> CD[15..8], how is this done in a schematic?