adding litex sim experimentation.
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Aug 2020 09:16:39 +0000 (10:16 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Aug 2020 09:16:46 +0000 (10:16 +0100)
commit70232648c1c0ec030afbef47f10e2a70d226f1c9
tree5b8ceae0c63c69027c1bd38d3bf77efda62ac6a5
parentfe16c60f1ed4667a5c1e63da983ac94109976817
adding litex sim experimentation.
not keen on doing this: adding microwatt.v however it is an important
test and a massive dependency chain needed for generating it
14 files changed:
src/soc/litex/florent/libresoc/__init__.py [new file with mode: 0644]
src/soc/litex/florent/libresoc/boot-helper.S [new file with mode: 0644]
src/soc/litex/florent/libresoc/core.py [new file with mode: 0644]
src/soc/litex/florent/libresoc/crt0.S [new file with mode: 0644]
src/soc/litex/florent/libresoc/irq.h [new file with mode: 0644]
src/soc/litex/florent/libresoc/system.h [new file with mode: 0644]
src/soc/litex/florent/microwatt/__init__.py [new file with mode: 0644]
src/soc/litex/florent/microwatt/boot-helper.S [new file with mode: 0644]
src/soc/litex/florent/microwatt/core.py [new file with mode: 0644]
src/soc/litex/florent/microwatt/crt0.S [new file with mode: 0644]
src/soc/litex/florent/microwatt/irq.h [new file with mode: 0644]
src/soc/litex/florent/microwatt/microwatt.v [new file with mode: 0644]
src/soc/litex/florent/microwatt/system.h [new file with mode: 0644]
src/soc/litex/florent/sim.py [new file with mode: 0755]