litex/milkymist/dvisampler
Werner Almesberger 7a6e56492c edid.py: sample SCL only every 64 clock cycles, to avoid bouncing
Possibly due to SCL rising fairly slowly (in the 0.5-1 us range),
bouncing has been observed while crossing the "forbidden" region
between Vil(max) and Vih(min).

By lowering the sample rate from once per system clock to once
every 64 clock cycles, we make sure we sample at most once during
the bounce interval and thus never see a false edge. (Although we
may see a rising edge one sample time late, which is perfectly
harmless.)
2013-04-12 22:48:46 +02:00
..
__init__.py Convert to new CSR API 2013-03-30 17:28:15 +01:00
chansync.py Convert to new CSR API 2013-03-30 17:28:15 +01:00
charsync.py Convert to new CSR API 2013-03-30 17:28:15 +01:00
clocking.py Convert to new CSR API 2013-03-30 17:28:15 +01:00
common.py dvisampler: decode before channel sync 2013-03-22 23:49:25 +01:00
datacapture.py Convert to new CSR API 2013-03-30 17:28:15 +01:00
decoding.py dvisampler/decoding: set C to 0 during data 2013-03-24 00:44:19 +01:00
edid.py edid.py: sample SCL only every 64 clock cycles, to avoid bouncing 2013-04-12 22:48:46 +02:00
resdetection.py Convert to new CSR API 2013-03-30 17:28:15 +01:00