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

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [include/] [ztex-descriptors.h] - Diff between revs 8 and 9

Show entire file | Details | Blame | View Log

Rev 8 Rev 9
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.13.*.*            // ZTEX USB-FPGA-Module 1.15
   10.13.*.*            // ZTEX USB-FPGA-Module 1.15 (not 1.15y)
 
   10.14.*.*            // ZTEX USB-FPGA-Module 1.15x
 
   10.15.*.*            // ZTEX USB-FPGA-Module 1.15y
   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
 
 
   Please contact me (http://www.ztex.de --> Impressum/Kontakt) if you want to register/reserve a Product ID (range).
   Please contact me (http://www.ztex.de --> Impressum/Kontakt) 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];
 
 
Line 69... Line 72...
        0.0  : EEPROM read/write, see ztex-eeprom.h
        0.0  : EEPROM read/write, see ztex-eeprom.h
        0.1  : FPGA configuration, see ztex-fpga.h
        0.1  : FPGA configuration, see ztex-fpga.h
        0.2  : Flash memory support, see ztex-flash1.h
        0.2  : Flash memory support, see ztex-flash1.h
        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.6  : MAC EEPROM support
 
        0.7  : Multi-FPGA 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];
Line 170... Line 176...
#endif
#endif
#ifdef[@CAPABILITY_MAC_EEPROM;]
#ifdef[@CAPABILITY_MAC_EEPROM;]
#nolf
#nolf
 + 64
 + 64
#endif
#endif
 
#ifdef[@CAPABILITY_MULTI_FPGA;]
 
#nolf
 
 + 128
 
#endif
    .db 0
    .db 0
    .db 0
    .db 0
    .db 0
    .db 0
    .db 0
    .db 0
    .db 0
    .db 0

powered by: WebSVN 2.1.0

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