Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fpga.zip | 2014-07-31 | 3.5 MB | |
Totals: 1 Item | 3.5 MB | 0 |
MBDemo ------ This example is intended for ZTEX USB-FPGA-Modules and is very similar to the ZTEX demo projects like UCEcho and Intraffic. The firmware (defined in MBDemo.c) declares Endpoint 2 (512 bytes, single buffered, bulk transfer, belong to interface 0). Strings are written from a MicroBlaze MCS core, running on the FPGA, to USB and, if connected, a LCD. The driver (defined in MBDemo.java) uploads the the Firmware (MBDemo.ihx) to the EZ-USB Microcontroller and the Bitstream (fpga/MBDemo.bit) to the FPGA if necessary, and displays the MicroBalze output on the screen. Read 'ZTEX notes MBLaze MCS example.pdf' for a quick description of how to set up hardware and software on a Windows system, the notes are originally made for my own memory, but may be of use to others. I hope the project is usefull as inspiration..