wishbone.bus: borrow & re-design Arbiter from 'jfng/wishbone-arbiter'
[nmigen-soc.git] / nmigen_soc / wishbone / bus.py
2020-01-29 Harry Howishbone.bus: borrow & re-design Arbiter from 'jfng...
2020-01-29 Harry Howishbone: fix that RoundRobin might assert CYC indefinitely
2020-01-29 Harry Howishbone: add Arbiter, RoundRobin, SRAM, InterconnectShared
2020-01-22 Jean-François Nguyenwishbone.bus: add Arbiter.
2019-10-26 whitequarkwishbone.bus: add Decoder.
2019-10-26 whitequarkwishbone.bus.Interface: add support for LOCK_IO signal.
2019-10-25 whitequarkwishbone.bus: add Interface.