Update Max II and Cyclone II documentation (#493)
Co-authored-by: sab <sab@debian.shadow>
This commit is contained in:
parent
d2da0eefb8
commit
c0faf48d46
|
|
@ -69,6 +69,18 @@ Gowin:
|
||||||
|
|
||||||
Intel:
|
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
|
- Description: Cyclone III
|
||||||
Model: EP3C16
|
Model: EP3C16
|
||||||
URL: https://www.intel.com/content/www/us/en/programmable/products/fpga/cyclone-series/cyclone-iii/support.html
|
URL: https://www.intel.com/content/www/us/en/programmable/products/fpga/cyclone-series/cyclone-iii/support.html
|
||||||
|
|
|
||||||
|
|
@ -81,3 +81,28 @@ file load:
|
||||||
openFPGALoader -b boardname -r project_name.rbf
|
openFPGALoader -b boardname -r project_name.rbf
|
||||||
|
|
||||||
with ``boardname`` = ``cyc1000``, ``c10lp-refkit``.
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue