Name | Modified | Size | Downloads / Week |
---|---|---|---|
fpga | 2014-07-31 | ||
Readme | 2014-07-31 | 854 Bytes | |
ZTEX notes MBlaze MCS example.pdf | 2014-07-29 | 828.1 kB | |
ParameterException.class | 2014-07-29 | 762 Bytes | |
MBDemo.java | 2014-07-29 | 5.5 kB | |
MBDemo.sh | 2014-07-29 | 121 Bytes | |
MBDemo.jar | 2014-07-29 | 423.1 kB | |
MBDemo.class | 2014-07-29 | 3.8 kB | |
MBDemo.ihx | 2014-07-29 | 15.5 kB | |
Makefile | 2014-07-29 | 731 Bytes | |
MBDemo.c | 2014-07-29 | 2.6 kB | |
Totals: 11 Items | 1.3 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..