remove old code
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 12 Mar 2021 14:12:41 +0000 (14:12 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 12 Mar 2021 14:12:41 +0000 (14:12 +0000)
commit970fbd01a62def52675c9e398386b8ce0536e0d9
tree940a084c491b63e5025af730fb557f4fbd3d8984
parent2422d0fa2ff49ab8c498581a747bc32cfbb79293
remove old code
56 files changed:
.gitmodules
src/soc/litex/boot-helper.S [deleted file]
src/soc/litex/core.py [deleted file]
src/soc/litex/crt0.S [deleted file]
src/soc/litex/florent [new submodule]
src/soc/litex/florent/Makefile [deleted file]
src/soc/litex/florent/README.txt [deleted file]
src/soc/litex/florent/SPBlock_512W64B8W.v [deleted file]
src/soc/litex/florent/idcode_test.svf [deleted file]
src/soc/litex/florent/idcode_test2.svf [deleted file]
src/soc/litex/florent/libresoc/__init__.py [deleted file]
src/soc/litex/florent/libresoc/boot-helper.S [deleted file]
src/soc/litex/florent/libresoc/core.py [deleted file]
src/soc/litex/florent/libresoc/crt0.S [deleted file]
src/soc/litex/florent/libresoc/irq.h [deleted file]
src/soc/litex/florent/libresoc/ls180.py [deleted file]
src/soc/litex/florent/libresoc/system.h [deleted file]
src/soc/litex/florent/ls180pins.txt [deleted file]
src/soc/litex/florent/ls180soc.py [deleted file]
src/soc/litex/florent/microwatt/__init__.py [deleted file]
src/soc/litex/florent/microwatt/boot-helper.S [deleted file]
src/soc/litex/florent/microwatt/core.py [deleted file]
src/soc/litex/florent/microwatt/crt0.S [deleted file]
src/soc/litex/florent/microwatt/irq.h [deleted file]
src/soc/litex/florent/microwatt/microwatt.v [deleted file]
src/soc/litex/florent/microwatt/system.h [deleted file]
src/soc/litex/florent/openocd.cfg [deleted file]
src/soc/litex/florent/sim.py [deleted file]
src/soc/litex/florent/versa_ecp5.py [deleted file]
src/soc/litex/florent_old/Makefile [new file with mode: 0644]
src/soc/litex/florent_old/README.txt [new file with mode: 0644]
src/soc/litex/florent_old/SPBlock_512W64B8W.v [new file with mode: 0644]
src/soc/litex/florent_old/idcode_test.svf [new file with mode: 0644]
src/soc/litex/florent_old/idcode_test2.svf [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/__init__.py [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/boot-helper.S [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/core.py [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/crt0.S [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/irq.h [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/ls180.py [new file with mode: 0644]
src/soc/litex/florent_old/libresoc/system.h [new file with mode: 0644]
src/soc/litex/florent_old/ls180pins.txt [new file with mode: 0644]
src/soc/litex/florent_old/ls180soc.py [new file with mode: 0755]
src/soc/litex/florent_old/microwatt/__init__.py [new file with mode: 0644]
src/soc/litex/florent_old/microwatt/boot-helper.S [new file with mode: 0644]
src/soc/litex/florent_old/microwatt/core.py [new file with mode: 0644]
src/soc/litex/florent_old/microwatt/crt0.S [new file with mode: 0644]
src/soc/litex/florent_old/microwatt/irq.h [new file with mode: 0644]
src/soc/litex/florent_old/microwatt/microwatt.v [new file with mode: 0644]
src/soc/litex/florent_old/microwatt/system.h [new file with mode: 0644]
src/soc/litex/florent_old/openocd.cfg [new file with mode: 0644]
src/soc/litex/florent_old/sim.py [new file with mode: 0755]
src/soc/litex/florent_old/versa_ecp5.py [new file with mode: 0755]
src/soc/litex/irq.h [deleted file]
src/soc/litex/sim.py [deleted file]
src/soc/litex/system.h [deleted file]