f4pga-examples/xc7
Alessandro Comodi cdb36f5489 xc7: update packages
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-03-26 14:52:22 +01:00
..
counter_test Add .DELETE_ON_ERROR to Makefiles (issue #119). 2021-01-25 14:57:00 -08:00
linux_litex_demo xc7: litex: fix arty target 2021-03-26 09:23:04 +01:00
picosoc_demo picosoc: fixed missing use of BOARD_BUILDIR 2021-02-23 21:55:24 -03:00
README.rst xc7: Remove information covered in the sphinx documentation from README 2020-12-17 13:01:28 +01:00
environment.yml xc7: update packages 2021-03-26 14:52:22 +01:00
requirements.txt xc7: update packages 2021-03-26 14:52:22 +01:00

README.rst

SymbiFlow Toolchain Examples for Xilinx 7 Series
================================================

#. ``counter`` - simple 4-bit counter driving LEDs. The design targets the `Basys3 board <https://store.digilentinc.com/basys-3-artix-7-fpga-trainer-board-recommended-for-introductory-users/>`__, the `Arty boards <https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists/>`__, and the `Zybo Z7 board <https://store.digilentinc.com/zybo-z7-zynq-7000-arm-fpga-soc-development-board/>`__
#. ``picosoc`` - `picorv32 <https://github.com/cliffordwolf/picorv32>`__ based SoC. The design targets the `Basys3 board <https://store.digilentinc.com/basys-3-artix-7-fpga-trainer-board-recommended-for-introductory-users/>`__.
#. ``linux_litex`` - `LiteX <https://github.com/enjoy-digital/litex>`__ based system with Linux capable `VexRiscv core <https://github.com/SpinalHDL/VexRiscv>`__. The design includes `DDR <https://github.com/enjoy-digital/litedram>`__ and `Ethernet <https://github.com/enjoy-digital/liteeth>`__ controllers. The design targets the `Arty boards <https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists/>`__.

The Linux images for the ``linux_litex`` example can be built following the `linux on litex vexriscv <https://github.com/litex-hub/linux-on-litex-vexriscv>`__ instructions.
The ``linux_litex`` example is already provided with working Linux images.

The detailed description about building the examples is available in the
`project documentation <https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html#xilinx-7-series>`__.