Add SDRAMPeripheral and SDRAMSoC example.
authorJean-François Nguyen <jf@lambdaconcept.com>
Mon, 28 Jun 2021 18:27:45 +0000 (20:27 +0200)
committerJean-François Nguyen <jf@lambdaconcept.com>
Mon, 28 Jun 2021 18:29:47 +0000 (20:29 +0200)
commitc0c8a468045a743f25781723a175b4bc09f0401e
treee0802a5954d14e1bf8d88c6024598d457ae7842c
parente101b421724ec7ba9d070d8a251f9842fccac438
Add SDRAMPeripheral and SDRAMSoC example.
.gitmodules
MANIFEST.in
examples/sdram_soc.py [new file with mode: 0644]
lambdasoc/periph/sdram.py [new file with mode: 0644]
lambdasoc/soc/cpu.py
lambdasoc/software/bios
lambdasoc/test/test_periph_sdram.py [new file with mode: 0644]
lambdasoc/test/utils/formal.py [new file with mode: 0644]
lambdasoc/test/utils/toolchain.py [new file with mode: 0644]
lambdasoc/test/utils/wishbone.py