litex/migen
Florent Kermarrec 563231fdfb migen/genlib/cdc: fix BusSynchronizer
ping/pong token can be lost when:
- source clock domain starts before destination clock domain.
- a clock domain stops.

This fix add a timeout to detect such situation and create another token.
2015-09-19 12:21:54 +08:00
..
build simplify imports, migen.fhdl.std -> migen 2015-09-12 19:34:07 +08:00
fhdl fhdl/structure: all case statements should be lists 2015-09-17 17:22:24 +08:00
genlib migen/genlib/cdc: fix BusSynchronizer 2015-09-19 12:21:54 +08:00
test test: add divider 2015-09-18 11:07:14 +08:00
util global: pep8 (E302) 2015-04-13 20:45:35 +02:00
__init__.py simplify imports, migen.fhdl.std -> migen 2015-09-12 19:34:07 +08:00
sim.py sim: remove unneeded import 2015-09-19 12:18:20 +08:00