Skip to content

Commit

Permalink
dvisampler/datacapture: swap bit pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed May 4, 2013
1 parent 53e5c4f commit 6307331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milkymist/dvisampler/datacapture.py
Expand Up @@ -156,5 +156,5 @@ def __init__(self, ntbits, invert):
d1i.eq(d1 ^ invert)
]
dsr = Signal(10)
self.sync.pix5x += dsr.eq(Cat(dsr[2:], d0i, d1i))
self.sync.pix5x += dsr.eq(Cat(dsr[2:], d1i, d0i))
self.sync.pix += self.d.eq(dsr)

0 comments on commit 6307331

Please sign in to comment.