2020-07-25 14:21:51 -04:00
2020-12-17 12:54:11 -05:00
__ _ __ _ __ ___ __
/ / (_) /____ | |/_/___/ _ )___ ___ ________ / /__
/ /__/ / __ / -_)> < /___/ _ / _ \/ _ `/ __ / _ (_ -<
/____/_/\__/\__/_/|_| /____/\___/\_,_/_/ \_,_/___/
2020-07-25 14:21:51 -04:00
2020-12-17 12:54:11 -05:00
LiteX boards files
2020-07-25 14:21:51 -04:00
2023-02-16 03:08:38 -05:00
Copyright 2012-2023 / LiteX-Hub community
2020-07-25 14:21:51 -04:00
2020-11-24 08:01:23 -05:00
[![ ](https://github.com/litex-hub/litex-boards/workflows/ci/badge.svg )](https://github.com/litex-hub/litex-boards/actions) ![License ](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg )
2020-07-25 14:21:51 -04:00
[> Intro
--------
2020-07-27 02:53:12 -04:00
< figure >
< p align = "center" >
< img src = "https://user-images.githubusercontent.com/1450143/88511626-73792100-cfe5-11ea-8d3e-dbeea6314e15.JPG" >
< / p >
< figcaption >
< p align = "center" >
From the very tiny Fomu to large PCIe accelerator boards....
< / p >
< / figcaption >
< / figure >
2020-07-25 14:21:51 -04:00
This repository contains the platforms/targets currently supported by LiteX:
2020-07-27 02:53:12 -04:00
- The platform provides the definition of the board: IOs, constraints, clocks, components + methods to load and flash the bitstream to it.
2020-07-25 14:21:51 -04:00
- The target provides a LiteX base design for the board that allows you to create a SoC (with or without a CPU) and integrate easily all the base components of your board: Ethernet, DRAM, PCIe, SPIFlash, SDCard, Leds, GPIOs, etc...
2020-07-27 02:53:12 -04:00
The targets can be used as a base to build more complex or custom SoCs. They are are for example directly reused by the [Linux-on-LiteX-VexRiscv ](https://github.com/litex-hub/linux-on-litex-vexriscv ) project that is just using a specific configuration (Linux-capable CPU, additional peripherals). Basing your design on provided targets allows to to reduce code duplication between very various projects.
2020-07-25 14:21:51 -04:00
2020-07-27 05:05:14 -04:00
First make sure to install LiteX correctly by following the [installation guide ](https://github.com/enjoy-digital/litex/wiki/Installation ) and have a look at the [LiteX's wiki ](https://github.com/enjoy-digital/litex/wiki ) for [tutorials ](https://github.com/enjoy-digital/litex/wiki/Tutorials-Resources ), [examples of projects ](https://github.com/enjoy-digital/litex/wiki/Projects ) and more information to use/build FPGA designs with it.
2020-07-25 14:21:51 -04:00
Each target provides a default configuration with a CPU, ROM, SRAM, UART, DRAM (if available), Ethernet (if available), etc... that can be simply built and loaded to the FPGA with:
2022-03-01 08:08:34 -05:00
$ python3 -m litex_boards.targets.< board > --build --load
2020-07-25 14:21:51 -04:00
You can then open a terminal on the main UART of the board and interact with the LiteX BIOS:
< p align = "center" > < img src = "https://raw.githubusercontent.com/enjoy-digital/litex/master/doc/bios_screenshot.png" > < / p >
2022-05-06 09:14:32 -04:00
**Build/Compilation behavior:**
- python3 -m litex_boards.targets.board : Test LiteX/Migen syntax but does not generate anything.
- Add `--build` to generate the SoC/Software headers and run the Software/Gateware compilation.
- Add `--no-compile` to disable the Softwate/Gateware compilation.
- Add `--no-compile-software` to disable the Software compilation.
- Add `--no-compile-gateware` to disable the Gateware compilation.
2020-07-25 14:21:51 -04:00
But this is just the starting point to create your own hardware! You can then:
- Change the CPU: add `--cpu-type=lm32, microwatt, serv, rocket, etc... `
- Change the Bus standard: add `--bus-standard=wishbone, axi-lite`
- Enable components: add `--with-ethernet --with-etherbone --with-sdcard etc...`
2020-07-27 02:53:12 -04:00
- [Load application code to the CPU ](https://github.com/enjoy-digital/litex/wiki/Load-Application-Code-To-CPU ) over UART/Ethernet/SDCard, etc...
2020-07-27 05:44:25 -04:00
- Create a bridge with your computer to easily [access the main bus of your SoC ](https://github.com/enjoy-digital/litex/wiki/Use-Host-Bridge-to-control-debug-a-SoC ).
- Add a Logic Analyzer to your SoC to easily [observe/debug your design ](https://github.com/enjoy-digital/litex/wiki/Use-LiteScope-To-Debug-A-SoC ).
2020-07-25 14:21:51 -04:00
- Simulate your SoC and interact with it at decent speed with [LiteX Sim ](https://github.com/enjoy-digital/litex/blob/master/litex/tools/litex_sim.py )/Verilator.
2020-07-27 02:53:12 -04:00
- Integrate external cores/CPU to create your own design.
2020-07-25 14:21:51 -04:00
- etc...
2022-03-01 08:08:34 -05:00
Please use `python3 -m litex_boards.targets.<board> --help` to see the pre-built various possibilities.
2020-07-25 14:21:51 -04:00
Hoping you will find this useful and enjoy it, please contribute back if you make improvements that could be useful to others or find issues!
2021-08-16 14:18:08 -04:00
**A question or want to get in touch? Our IRC channel is [#litex at irc.libera.chat ](https://web.libera.chat/#litex )**
2020-07-25 14:21:51 -04:00
2022-03-01 05:56:27 -05:00
[> Supported boards
-------------------
2023-03-22 05:53:02 -04:00
LiteX-Boards currently supports > 150 boards from very various FPGA Vendors (Xilinx, Intel, Lattice, Efinix, Gowin, etc...)!
2022-03-01 05:56:27 -05:00
Some of these boards are fully open-hardware boards (Fomu, NeTV2, OrangeCrab, Butterstick, etc...) with FPGAs often supported by the open-source toolchains, some of them are repurposed off-the-shelf hardware (Colorlight 5A/I5/I9, SQRL Acorn CLE 215+, FK33, Siglent SDS1104X-E, Decklink Mini 4k, etc...) and we also of course support popular/regular FPGA dev boards :)
Most of the peripherals present are generally supported: DRAM, UART, Ethernet, SPI-Flash, SDCard, PCIe, SATA, etc... making LiteX-Boards' targets hopefully a good base infrastructure to create your own custom SoCs!
> **Note:** All boards with >= 32MB of memory and enough logic can be considered as Linux Capable, have a look at [LiteX-on-LiteX-Vexriscv](https://github.com/litex-hub/linux-on-litex-vexriscv) project to try Linux on your FPGA board!
< figure >
< p align = "center" >
2022-03-01 08:03:00 -05:00
< img src = "https://user-images.githubusercontent.com/1450143/156173620-355c6f1d-87dc-4dda-be45-910bf379ae9a.jpg" >
2022-03-01 05:56:27 -05:00
< / p >
< figcaption >
< p align = "center" >
Some of the suported boards, see yours? Give LiteX-Boards a try!
< / p >
< / figcaption >
< / figure >
[> Boards list
---------------
2022-03-07 03:26:24 -05:00
├── adi_adrv2crr_fmc
2022-04-14 06:30:19 -04:00
├── adi_plutosdr
2022-03-01 08:08:34 -05:00
├── alchitry_au
2023-06-27 12:05:55 -04:00
├── alchitry_cu
2022-03-01 08:08:34 -05:00
├── alchitry_mojo
2022-08-24 09:26:34 -04:00
├── aliexpress_xc7k420t
2023-11-09 02:26:06 -05:00
├── aliexpress_xc7k70t
2022-04-14 06:30:19 -04:00
├── alinx_ax7010
2022-03-01 08:08:34 -05:00
├── alinx_axu2cga
2023-09-21 04:11:47 -04:00
├── analog_pocket
2022-08-24 09:26:34 -04:00
├── antmicro_artix_dc_scm
2022-03-01 08:08:34 -05:00
├── antmicro_datacenter_ddr4_test_board
├── antmicro_lpddr4_test_board
2023-02-16 03:07:50 -05:00
├── antmicro_sdi_mipi_video_converter
2022-03-21 21:54:29 -04:00
├── arduino_mkrvidor4000
2022-03-01 08:08:34 -05:00
├── avalanche
2022-06-03 22:49:52 -04:00
├── avnet_aesku40
2022-03-01 08:08:34 -05:00
├── berkeleylab_marblemini
├── berkeleylab_marble
├── camlink_4k
2024-03-02 05:17:06 -05:00
├── colognechip_gatemate_evb
2022-03-01 08:08:34 -05:00
├── colorlight_5a_75b
├── colorlight_5a_75e
├── colorlight_i5
├── decklink_intensity_pro_4k
├── decklink_mini_4k
├── decklink_quad_hdmi_recorder
├── digilent_arty
├── digilent_arty_s7
├── digilent_arty_z7
├── digilent_atlys
├── digilent_basys3
├── digilent_cmod_a7
├── digilent_genesys2
├── digilent_nexys4ddr
├── digilent_nexys4
├── digilent_nexys_video
├── digilent_pynq_z1
├── digilent_zedboard
├── digilent_zybo_z7
├── ebaz4205
2022-04-14 06:30:19 -04:00
├── efinix_t8f81_dev_kit
2022-03-01 08:08:34 -05:00
├── efinix_titanium_ti60_f225_dev_kit
├── efinix_trion_t120_bga576_dev_kit
├── efinix_trion_t20_bga256_dev_kit
├── efinix_trion_t20_mipi_dev_kit
├── efinix_xyloni_dev_kit
├── ego1
├── enclustra_mercury_kx2
├── enclustra_mercury_xu5
├── fairwaves_xtrx
├── fpc_iii
2023-02-16 03:07:50 -05:00
├── fpgawars_alhambra2
├── gadgetfactory_papilio_pro
2022-03-01 08:08:34 -05:00
├── gsd_butterstick
├── gsd_orangecrab
├── hackaday_hadbadge
2022-08-24 09:26:34 -04:00
├── icebreaker_bitsy
├── icebreaker
2023-03-22 05:53:02 -04:00
├── ice_v_wireless
2023-02-16 03:07:50 -05:00
├── isx_im1283
2022-03-01 08:08:34 -05:00
├── jungle_electronics_fireant
├── kosagi_fomu_evt
├── kosagi_fomu_hacker
├── kosagi_fomu_pvt
├── kosagi_netv2
├── krtkl_snickerdoodle
├── lambdaconcept_ecpix5
2022-04-14 06:30:19 -04:00
├── lambdaconcept_pcie_screamer_m2
├── lambdaconcept_pcie_screamer
2022-03-01 08:08:34 -05:00
├── lattice_crosslink_nx_evn
├── lattice_crosslink_nx_vip
├── lattice_ecp5_evn
├── lattice_ecp5_vip
├── lattice_ice40up5k_evn
├── lattice_machxo3
├── lattice_versa_ecp5
2022-05-03 13:03:55 -04:00
├── limesdr_mini_v2
2022-08-24 09:26:34 -04:00
├── linsn_rv901t
2022-03-01 08:08:34 -05:00
├── litex_acorn_baseboard
├── logicbone
2022-12-30 11:00:35 -05:00
├── machdyne_konfekt
2023-03-22 05:53:02 -04:00
├── machdyne_kopflos
2023-02-16 03:07:50 -05:00
├── machdyne_krote
2023-12-29 00:01:59 -05:00
├── machdyne_minze
2023-12-19 16:18:21 -05:00
├── machdyne_mozart_ml1
2022-12-30 11:00:35 -05:00
├── machdyne_noir
2023-02-16 03:07:50 -05:00
├── machdyne_schoko
2022-03-01 08:08:34 -05:00
├── marblemini
├── marble
├── micronova_mercury2
├── mist
├── mnt_rkx7
├── muselab_icesugar_pro
├── muselab_icesugar
├── myminieye_runber
2022-09-13 06:38:30 -04:00
├── newae_cw305
2022-03-01 08:08:34 -05:00
├── numato_aller
├── numato_mimas_a7
├── numato_nereid
├── numato_tagus
2023-01-12 12:49:45 -05:00
├── ocp_tap_timecard
2024-03-02 05:02:39 -05:00
├── olimex_gatemate_a1_evb
2023-03-01 03:16:51 -05:00
├── opalkelly_xem8320
2022-03-01 08:08:34 -05:00
├── pano_logic_g2
├── qmtech_10cl006
├── qmtech_5cefa2
2023-03-22 05:53:02 -04:00
├── qmtech_artix7_fbg484
├── qmtech_artix7_fgg676
2023-02-16 03:07:50 -05:00
├── qmtech_ep4ce15_starter_kit
2022-03-01 08:08:34 -05:00
├── qmtech_ep4cex5
2022-04-21 04:39:54 -04:00
├── qmtech_ep4cgx150
2024-02-01 10:18:26 -05:00
├── qmtech_kintex7_devboard
2022-03-01 08:08:34 -05:00
├── qmtech_wukong
├── qmtech_xc7a35t
├── quicklogic_quickfeather
├── qwertyembedded_beaglewire
├── radiona_ulx3s
2023-02-16 03:07:50 -05:00
├── radiona_ulx4m_ld_v2
2022-03-01 08:08:34 -05:00
├── rcs_arctic_tern_bmc_card
├── redpitaya
├── rz_easyfpga
├── saanlima_pipistrello
├── scarabhardware_minispartan6
├── seeedstudio_spartan_edge_accelerator
├── siglent_sds1104xe
2023-03-22 05:53:02 -04:00
├── sipeed_tang_nano_20k
2022-03-01 08:08:34 -05:00
├── sipeed_tang_nano_4k
├── sipeed_tang_nano_9k
├── sipeed_tang_nano
2023-09-26 04:36:04 -04:00
├── sipeed_tang_mega_138k
2022-08-24 09:26:34 -04:00
├── sipeed_tang_primer_20k
2023-10-17 05:50:46 -04:00
├── sipeed_tang_primer_25k
2022-03-01 08:08:34 -05:00
├── sipeed_tang_primer
2023-02-16 03:07:50 -05:00
├── sitlinv_a_e115fb
├── sitlinv_stlv7325
├── sitlinv_xc7k420t
2022-03-01 08:08:34 -05:00
├── sqrl_acorn
├── sqrl_fk33
├── sqrl_xcu1525
├── terasic_de0nano
├── terasic_de10lite
├── terasic_de10nano
├── terasic_de1soc
├── terasic_de2_115
├── terasic_deca
├── terasic_sockit
├── tinyfpga_bx
├── trellisboard
├── trenz_c10lprefkit
├── trenz_cyc1000
├── trenz_max1000
├── trenz_te0725
├── trenz_tec0117
├── tul_pynq_z2
├── xilinx_ac701
2023-02-16 03:07:50 -05:00
├── xilinx_alveo_u200
2022-03-01 08:08:34 -05:00
├── xilinx_alveo_u250
├── xilinx_alveo_u280
├── xilinx_kc705
├── xilinx_kcu105
├── xilinx_kv260
├── xilinx_sp605
├── xilinx_vc707
├── xilinx_vcu118
2022-04-14 06:30:19 -04:00
├── xilinx_zcu102
2022-03-01 08:08:34 -05:00
├── xilinx_zcu104
├── xilinx_zcu106
├── xilinx_zcu216
└── ztex213