Skip to content

Commit

Permalink
Update Max II and Cyclone II documentation (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: sab <[email protected]>
  • Loading branch information
Tpj-root and sab authored Oct 19, 2024
1 parent d2da0ee commit c0faf48
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/FPGAs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ Gowin:

Intel:

- Description: Max II(CPLD)
Model: EPM240T100C5N
URL: https://www.intel.com/content/www/us/en/support/programmable/support-resources/devices/max-ii-support.html
Memory: OK
Flash: OK

- Description: Cyclone II
Model: EP2C5T144C8N
URL: https://www.intel.com/content/www/us/en/support/programmable/support-resources/devices/cyclone-ii-support.html
Memory: OK
Flash: OK

- Description: Cyclone III
Model: EP3C16
URL: https://www.intel.com/content/www/us/en/programmable/products/fpga/cyclone-series/cyclone-iii/support.html
Expand Down
25 changes: 25 additions & 0 deletions doc/vendors/intel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,28 @@ file load:
openFPGALoader -b boardname -r project_name.rbf
with ``boardname`` = ``cyc1000``, ``c10lp-refkit``.




Intel/Altera (Old Boards)
=========================

.. NOTE::

* Cyclone II (FPGA) (Tested OK: EP2C5T144C8N)
* Max II (CPLD) (Tested OK: EPM240T100C5N)

Loading a Serial Vector Format (.svf)
-------------------------------------

SVF files are supported.

To load the file:

.. code-block:: bash
openFPGALoader -c usb-blaster project_name.svf

0 comments on commit c0faf48

Please sign in to comment.