Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- However the program does not actually run, I assume something is holding it reset. --- Quote End --- The first thing you want to do, is create a design file that you know 'does something'. My usual preference is for 'blinky LEDs'. The Morph-IC board also uses an LED on the INIT_DONE line. However, rather than generating a design file that uses INIT_DONE, I use it as a general purpose I/O, and then blink the LED. Copy the body of the attached .vhd file into an entity that describes the Morphic-II pinout, and connect the INIT_DONE as shown in this design. Then go make the pin assignments, and download with the USB-Blaster. What does the Morphic-II use for the configuration interface from the FTDI2232? Is it using passive serial configuration like the Morph-IC, or is it using the JTAG pins? If its passive serial, then I can give you my Morph-IC programming code. Cheers, Dave