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

Subversion Repositories usb_fpga_1_11

[/] [usb_fpga_1_11/] [trunk/] [include/] [ztex-descriptors.h] - Diff between revs 6 and 8

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 6 Rev 8
Line 48... Line 48...
   0.0.0.0              // default Product ID (no product specified)
   0.0.0.0              // default Product ID (no product specified)
   1.*.*.*              // may be used for experimental purposes
   1.*.*.*              // may be used for experimental purposes
   10.*.*.*             // used for ZTEX products
   10.*.*.*             // used for ZTEX products
   10.11.*.*            // ZTEX USB-FPGA-Module 1.2
   10.11.*.*            // ZTEX USB-FPGA-Module 1.2
   10.12.*.*            // ZTEX USB-FPGA-Module 1.11
   10.12.*.*            // ZTEX USB-FPGA-Module 1.11
 
   10.12.2.1..4         // NIT (http://www.niteurope.com/)
   10.13.*.*            // ZTEX USB-FPGA-Module 1.15 (not 1.15y)
   10.13.*.*            // ZTEX USB-FPGA-Module 1.15 (not 1.15y)
   10.14.*.*            // ZTEX USB-FPGA-Module 1.15x
   10.14.*.*            // ZTEX USB-FPGA-Module 1.15x
   10.15.*.*            // ZTEX USB-FPGA-Module 1.15y
   10.15.*.*            // ZTEX USB-FPGA-Module 1.15y
 
   10.16.*.*            // ZTEX USB-FPGA-Module 2.16
 
   10.17.*.*            // ZTEX USB-FPGA-Module 2.13
   10.20.*.*            // ZTEX USB-Module 1.0
   10.20.*.*            // ZTEX USB-Module 1.0
   10.30.*.*            // ZTEX USB-XMEGA-Module 1.0
   10.30.*.*            // ZTEX USB-XMEGA-Module 1.0
   10.0.1.1             // ZTEX bitminer firmware
   10.0.1.1             // ZTEX bitminer firmware
 
 
   Please contact me (http://www.ztex.de --> Impressum/Kontakt) if you want to register/reserve a Product ID (range).
   Please contact us (http://www.ztex.de/contact.e.html) if you want to register/reserve a Product ID (range).
*/
*/
__xdata __at ZTEX_DESCRIPTOR_OFFS+6 BYTE PRODUCT_ID[4];
__xdata __at ZTEX_DESCRIPTOR_OFFS+6 BYTE PRODUCT_ID[4];
 
 
/* Firmware version, may be used to distinguish seveveral firmware versions */
/* Firmware version, may be used to distinguish seveveral firmware versions */
__xdata __at ZTEX_DESCRIPTOR_OFFS+10 BYTE FW_VERSION;
__xdata __at ZTEX_DESCRIPTOR_OFFS+10 BYTE FW_VERSION;
Line 75... Line 78...
        0.3  : Debug helper, see ztex-debug.h
        0.3  : Debug helper, see ztex-debug.h
        0.4  : AVR XMEGA support, see ztex-xmega.h
        0.4  : AVR XMEGA support, see ztex-xmega.h
        0.5  : High speed FPGA configuration support
        0.5  : High speed FPGA configuration support
        0.6  : MAC EEPROM support
        0.6  : MAC EEPROM support
        0.7  : Multi-FPGA support
        0.7  : Multi-FPGA support
 
        1.0  : Temperature sensor support
*/
*/
__xdata __at ZTEX_DESCRIPTOR_OFFS+12 BYTE INTERFACE_CAPABILITIES[6];
__xdata __at ZTEX_DESCRIPTOR_OFFS+12 BYTE INTERFACE_CAPABILITIES[6];
 
 
/* Space for settings which depends on PRODUCT_ID, e.g extra capabilities */
/* Space for settings which depends on PRODUCT_ID, e.g extra capabilities */
__xdata __at ZTEX_DESCRIPTOR_OFFS+18 BYTE MODULE_RESERVED[12];
__xdata __at ZTEX_DESCRIPTOR_OFFS+18 BYTE MODULE_RESERVED[12];

powered by: WebSVN 2.1.0

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