Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

Available CPLD Firmware

...

  1. Connect micro USB to PC.
  2. Connect 5V Power supply.
  3. Select CPLD JTAG by putting dip switch S1-4 in position ON. (REV 01 OFF)
  4. Export Serial Vector Format File (SVF)
    1. Open Project in Quartus Programmer
    2. make sure pof file is selected for programming, if not remove sof file and add pof file.
    3. Go to Goto menu:  → "File" → "Create JAM, JBC, SVF or ISC File..."
    4. Select File format svf.Image Removed
    5. Set TCK Frequenzy to 15 MHz.
    6. Export by clicking OK. If no other location was defined, the gernerated file is in the project folder.

Image Added

Scroll Pagebreak

Use MBFTDI SVF Player https://github.com/marsohod4you/MBFTDI-SVF-Player

  1. Sources and precompiled binaries are available for Windows and Linux. Download precompiled binary (mbftdi.exe) and save in the folder where your svf file is located.
  2. Close all programs which may connect to the used usb port (Quartus, Vivado/Vitis, Putty etc ...)
  3. Open Windows cmd CMD and go to folder where svf file is located.
  4. Start Programming by typing:  "mbftdi.exe top.svf" The Output of the Programm should look where top.svf is the exported svf file. Succesful programming looks like:

d:/mbftdi.exe top.svf
mbftdi v1.4 - burn MAX2 CPLD from Altera Vector Programming File *.svf
FTDI port to JTAG is used for programming
Usage example: mbftdi myfile.svf

...