OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_15/usb_fpga_1_15/trunk

Subversion Repositories usb_fpga_1_15

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /usb_fpga_1_15/trunk/examples/usb-fpga-2.16/2.16b/ucecho
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/UCEcho.java
1,6 → 1,6
/*!
ucecho -- uppercase conversion example for ZTEX USB-FPGA Module 1.2
Copyright (C) 2009-2011 ZTEX GmbH.
ucecho -- uppercase conversion and bitstream encryption example for ZTEX USB-FPGA Module 2.16b
Copyright (C) 2009-2014 ZTEX GmbH.
http://www.ztex.de
 
This program is free software; you can redistribute it and/or modify
/ucecho.c
1,6 → 1,6
/*!
ucecho -- uppercase conversion example for ZTEX USB-FPGA Module 2.16
Copyright (C) 2009-2011 ZTEX GmbH.
ucecho -- uppercase conversion and bitstream encryption example for ZTEX USB-FPGA Module 2.16b
Copyright (C) 2009-2014 ZTEX GmbH.
http://www.ztex.de
 
This program is free software; you can redistribute it and/or modify
23,7 → 23,7
EP_CONFIG(2,0,BULK,IN,512,2);
EP_CONFIG(4,0,BULK,OUT,512,2);
 
// select ZTEX USB FPGA Module 1.16 as target (required for FPGA configuration)
// select ZTEX USB FPGA Module 2.16 as target (required for FPGA configuration)
IDENTITY_UFM_2_16(10.16.0.0,0);
 
// this product string is also used for identification by the host software
/Readme
14,8 → 14,3
The driver (defined in UCEcho.java) uploads the the Firmware (ucecho.ihx)
to the EZ-USB Microcontroller and the Bitstream (fpga/ucecho.bit) to the
FPGA if necessary, sends user string to the device and reads them back.
 
Uploading the Firmware to EEPROM is also supported by the firmware (e.g.
using the FWLoader utility).
 
This example may serve a good starting point for own projects.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.