Getting started ############### To begin using F4PGA, you might want to take a look at the tutorials below, which make for a good starting point. They will guide you through the process of using the toolchain, explaining how to generate and load a bitstream into your FPGA. * `Examples ➚ `__ (for users) * `Architecture Definitions ➚ `__ (for developers) * `F4PGA Architectures Visualizer ➚ `__ * `Project X-Ray ➚ `__ * `X-Ray Quickstart ➚ `__ * `Project Trellis ➚ `__ * :gh:`Project Icestorm ➚ ` .. _GettingStarted:LoadingBitstreams: Loading bitstreams ================== For every board, the loading process may vary and different tools may be required. Typically, each tool supports a specific target family or the lines of products of a vendor. Some of the most known are listed in :ref:`hdl/constraints: Programming and debugging `. The tools used in the F4PGA Toolchain are e.g. ``OpenOCD``, ``tinyfpgab`` or ``tinyprog``. Moreover, :gh:`OpenFPGALoader ` is a universal utility for programming FPGA devices, which is becoming an alternative to the fragmentation in bitstream loading tools. OpenFPGALoader supports many different boards with FPGAs based on the architectures including xc7, ECP5, iCE40 and many more. It can utilize a variety of the programming adapters based on JTAG, DAP interface, ORBTrace, DFU and FTDI chips. Installing OpenFPGALoader ------------------------- OpenFPGALoader is available in several packaging solutions. It can be installed with distribution specific package managers on Arch Linux and Fedora. There are also prebuilt packages available in `conda `__ or packages in tool :gh:`repository `. OpenFPGALoader can also be built from sources. For installation guidelines using both prebuilt packages and building from source, please refer to instructions in :gh:`readme `. Usage ----- For programming the FPGA, use one of these commands: .. sourcecode:: bash openFPGALoader -b # (e.g. arty) openFPGALoader -c # (e.g. digilent) openFPGALoader -d # (e.g. /dev/ttyUSB0) You can also list the supported boards, cables and FPGAs: .. sourcecode:: bash openFPGALoader --list-boards openFPGALoader --list-cables openFPGALoader --list-fpga If you encounter any issues, please refer to :doc:`openfpgaloader:index`.