wishbone: add Arbiter, RoundRobin, SRAM, InterconnectShared
authorHarry Ho <hh@m-labs.hk>
Fri, 20 Dec 2019 04:08:57 +0000 (12:08 +0800)
committerHarry Ho <hh@m-labs.hk>
Wed, 29 Jan 2020 07:12:53 +0000 (15:12 +0800)
commitb37fab1c6474d7e355fc7bb08be7d662e57e5c70
tree5faad2dead1b18d6b52e51b8faed65a5608f4f75
parent3195de9f0126e736ae10e0fd360a8fbff70bc592
wishbone: add Arbiter, RoundRobin, SRAM, InterconnectShared
nmigen_soc/scheduler.py [new file with mode: 0644]
nmigen_soc/wishbone/__init__.py
nmigen_soc/wishbone/bus.py
nmigen_soc/wishbone/sram.py [new file with mode: 0644]