splitting out litex files from soc repo into separate repo
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 12 Mar 2021 13:50:42 +0000 (13:50 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 12 Mar 2021 13:50:42 +0000 (13:50 +0000)
commitc2808c908523d44211057913b68c3e24b8bf74bf
treee6d8472194be8528f6d17d59528719aec3d1e333
parent245838ef864b0edae11e7b22db19ed8f4f5a4141
splitting out litex files from soc repo into separate repo
24 files changed:
Makefile [new file with mode: 0644]
README.txt [new file with mode: 0644]
SPBlock_512W64B8W.v [new file with mode: 0644]
idcode_test.svf [new file with mode: 0644]
idcode_test2.svf [new file with mode: 0644]
libresoc/__init__.py [new file with mode: 0644]
libresoc/boot-helper.S [new file with mode: 0644]
libresoc/core.py [new file with mode: 0644]
libresoc/crt0.S [new file with mode: 0644]
libresoc/irq.h [new file with mode: 0644]
libresoc/ls180.py [new file with mode: 0644]
libresoc/ls180_pins.py [new file with mode: 0644]
libresoc/system.h [new file with mode: 0644]
ls180soc.py [new file with mode: 0755]
microwatt/__init__.py [new file with mode: 0644]
microwatt/boot-helper.S [new file with mode: 0644]
microwatt/core.py [new file with mode: 0644]
microwatt/crt0.S [new file with mode: 0644]
microwatt/irq.h [new file with mode: 0644]
microwatt/microwatt.v [new file with mode: 0644]
microwatt/system.h [new file with mode: 0644]
openocd.cfg [new file with mode: 0644]
sim.py [new file with mode: 0755]
versa_ecp5.py [new file with mode: 0755]