cores: add bitbang class with minimal hardware for I2C/SPI software bit-banging
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 5 Jul 2019 12:26:10 +0000 (14:26 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 5 Jul 2019 12:26:10 +0000 (14:26 +0200)
commit7cd5c0f39bf40d8d0941bd1e40fb100899954e52
tree9c727309676e08bb9168d542a80317d4bc483a4f
parentd29b841997ca2fe74bbbb3e8e4faf211c4271337
cores: add bitbang class with minimal hardware for I2C/SPI software bit-banging
litex/soc/cores/bitbang.py [new file with mode: 0644]
test/test_bitbang.py [new file with mode: 0644]