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/] [examples/] [usb-fpga-1.15/] [1.15d/] [intraffic/] [intraffic.c] - Diff between revs 5 and 6

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

Rev 5 Rev 6
Line 25... Line 25...
// configure endpoint 6, out, doublebuffered, 512 bytes, interface 0
// configure endpoint 6, out, doublebuffered, 512 bytes, interface 0
EP_CONFIG(6,0,BULK,OUT,512,2);
EP_CONFIG(6,0,BULK,OUT,512,2);
 
 
// select ZTEX USB FPGA Module 1.15 as target  (required for FPGA configuration)
// select ZTEX USB FPGA Module 1.15 as target  (required for FPGA configuration)
IDENTITY_UFM_1_15(10.13.0.0,0);
IDENTITY_UFM_1_15(10.13.0.0,0);
 
ENABLE_UFM_1_15X_DETECTION;      // avoids some warnings
 
 
// this product string is also used for identification by the host software
// this product string is also used for identification by the host software
#define[PRODUCT_STRING]["intraffic example for UFM 1.15"]
#define[PRODUCT_STRING]["intraffic example for UFM 1.15"]
 
 
// enables high speed FPGA configuration via EP6
// enables high speed FPGA configuration via EP6

powered by: WebSVN 2.1.0

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