f4pga-examples/xc7
Unai Martinez-Corral b2c7c587fb docs: s/INSTALL_DIR/F4PGA_INSTALL_DIR/
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
2022-05-26 16:05:59 +02:00
..
additional_examples docs: s/INSTALL_DIR/F4PGA_INSTALL_DIR/ 2022-05-26 16:05:59 +02:00
counter_test Fix comma in counter module instance 2022-03-24 11:18:43 +01:00
linux_litex_demo xc7/linux_litex_demo/README: do not use extlink 2022-03-15 12:25:05 +01:00
litex_demo docs: s/INSTALL_DIR/F4PGA_INSTALL_DIR/ 2022-05-26 16:05:59 +02:00
litex_sata_demo xc7: lite sata add third party code for VexRiscV and improve docs 2021-11-30 13:41:25 +01:00
picosoc_demo added symplified download instructions 2021-11-11 13:47:47 -07:00
pulse_width_led fixed minor issues 2021-11-11 13:50:34 -07:00
timer Raname to F4PGA 2022-02-18 18:15:44 +01:00
README.rst Raname to F4PGA 2022-02-18 18:15:44 +01:00
environment.yml Pin requirements 2022-04-05 11:39:43 +02:00
requirements.txt install f4pga through pip and use envvars to support deprecated wrappers 2022-05-24 19:11:01 +02:00

README.rst

F4PGA 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/>`__.
#. ``litex`` - Series of `LiteX-based <https://github.com/enjoy-digital/litex>`__ designs, that feature different CPU types and LiteX modules.
#. ``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://f4pga-examples.readthedocs.io/en/latest/building-examples.html#xilinx-7-series>`__.