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/] [examples/] [usb-fpga-1.15/] [1.15b/] [ucecho/] [ucecho.c] - Diff between revs 8 and 9

Show entire file | Details | Blame | View Log

Rev 8 Rev 9
Line 30... Line 30...
#define[PRODUCT_STRING]["ucecho example for UFM 1.15"]
#define[PRODUCT_STRING]["ucecho example for UFM 1.15"]
 
 
// enables high speed FPGA configuration via EP4
// enables high speed FPGA configuration via EP4
ENABLE_HS_FPGA_CONF(4);
ENABLE_HS_FPGA_CONF(4);
 
 
xdata BYTE run;
__xdata BYTE run;
 
 
#define[PRE_FPGA_RESET][PRE_FPGA_RESET
#define[PRE_FPGA_RESET][PRE_FPGA_RESET
    run = 0;
    run = 0;
]
]
// this is called automatically after FPGA configuration
// this is called automatically after FPGA configuration

powered by: WebSVN 2.1.0

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