mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
Update Max II and Cyclone II documentation (#493)
Co-authored-by: sab <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+25
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user