litex/test
Florent Kermarrec f31f9a20f0 boards: remove and switch to litex_boards.
Keeping board definition files directly in LiteX is no longer useful since we are already relying on board
definitions files from LiteX-Boards (https://github.com/litex-hub/litex-boards) in various benches/projects
and having definitions files directly in LiteX creates confusion/additional work.

For projects using board definition files from LiteX, the litex.boards import can just be replaced with litex_boards:

from litex.boards.platforms import kc705

from litex_boards.platforms import kc705
2021-01-04 14:09:35 +01:00
..
__init__.py
test_axi.py
test_axi_lite.py
test_bitbang.py
test_clock.py
test_code_8b10b.py
test_csr.py
test_ecc.py
test_emif.py
test_gearbox.py
test_i2s.py
test_icap.py
test_packet.py
test_prbs.py
test_spi.py
test_spi_opi.py
test_stream.py
test_wishbone.py