File: efinix.rst

package info (click to toggle)
openfpgaloader 0.10.0%2Bgit20230202-edea24f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,124 kB
  • sloc: cpp: 19,681; python: 338; tcl: 84; vhdl: 58; makefile: 42
file content (27 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _efinix:

Efinix notes
############

Firant and Xyloni boards (efinix trion T8)
==========================================

``.hex`` file is the default format generated by *Efinity IDE*, so nothing special must be done to generates this file.

*openFPGALoader* supports only active mode (SPI) (*JTAG* is WIP).

hex file load
-------------

.. code-block:: bash

    openFPGALoader -b fireant /somewhere/project/outflow/*.hex

or, for xyloni board

.. code-block:: bash

    openFPGALoader -b xyloni_spi /somewhere/project/outflow/*.hex

Since openFPGALoader access the flash directly in SPI mode the ``-b fireant``, ``-b xyloni_spi`` is required (no
autodetection possible).