vendor.lattice_{ecp5,machxo_2_3l}: remove -forceAll from Diamond scripts.
[nmigen.git] / tests / test_lib_fifo.py
2021-01-06 Robin Ole Heinemannlib.fifo.AsyncFIFOBuffered: fix output register accounting
2021-01-06 Robin Ole Heinemannlib.fifo.AsyncFIFOBuffered: fix FFSynchronizer latency
2021-01-06 Robin Ole Heinemannlib.fifo: use proper clock domains in AsyncFIFO tests
2020-11-03 Jaro Habigerlib.fifo: fix {r,w}_level in AsyncFIFOBuffered
2020-11-03 Jaro Habigerlib.fifo: fix level on fifo full
2020-10-24 anuejnlib.fifo.AsyncFIFO: fix incorrect latency of r_level.
2020-08-27 whitequarksim: split into base, core, and engines.
2020-08-27 whitequarktests: move out of the main package.