mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
f31f9a20f0
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 |
||
---|---|---|
.. | ||
build | ||
gen | ||
soc | ||
tools | ||
__init__.py |