cores: avoid having too much directories when possible (for simple cores or cores...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 2 May 2015 09:14:55 +0000 (11:14 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 2 May 2015 14:22:33 +0000 (16:22 +0200)
commita4617014f4cb55cef70aac214970be39ab792a4c
treebb7d3bec7ba868e18b643452114117e37b5bc013
parent3ebe877fd2d34fc9db5f94819f7a394719290480
cores: avoid having too much directories when possible (for simple cores or cores contained in a single file)
26 files changed:
misoclib/com/gpio.py [new file with mode: 0644]
misoclib/com/gpio/__init__.py [deleted file]
misoclib/com/liteeth/example_designs/targets/tty.py
misoclib/com/liteeth/frontend/tty.py [new file with mode: 0644]
misoclib/com/liteeth/frontend/tty/__init__.py [deleted file]
misoclib/cpu/git.py [new file with mode: 0644]
misoclib/cpu/identifier.py [new file with mode: 0644]
misoclib/cpu/lm32.py [new file with mode: 0644]
misoclib/cpu/lm32/__init__.py [deleted file]
misoclib/cpu/mor1kx.py [new file with mode: 0644]
misoclib/cpu/mor1kx/__init__.py [deleted file]
misoclib/cpu/peripherals/__init__.py [deleted file]
misoclib/cpu/peripherals/identifier/__init__.py [deleted file]
misoclib/cpu/peripherals/identifier/git.py [deleted file]
misoclib/cpu/peripherals/timer/__init__.py [deleted file]
misoclib/cpu/timer.py [new file with mode: 0644]
misoclib/mem/flash/norflash16.py [new file with mode: 0644]
misoclib/mem/flash/norflash16/__init__.py [deleted file]
misoclib/mem/flash/spiflash.py [new file with mode: 0644]
misoclib/mem/flash/spiflash/__init__.py [deleted file]
misoclib/others/mxcrg.py [new file with mode: 0644]
misoclib/others/mxcrg.v [new file with mode: 0644]
misoclib/others/mxcrg/__init__.py [deleted file]
misoclib/others/mxcrg/mxcrg.v [deleted file]
misoclib/soc/__init__.py
targets/mlabs_video.py