Changes between Version 4 and Version 5 of cores/w3_userio


Ignore:
Timestamp:
Feb 19, 2014, 10:41:33 AM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cores/w3_userio

    v4 v5  
    105105== Driver ==
    106106
    107 The w3_userio pcore includes a C driver to access user I/O devices from user code. Refer to the [//svn/WARP/PlatformSupport/CustomPeripherals/pcores/w3_userio_v1_00_a/doc/html/api/modules.html w3_userio API documentation] for full details.
     107The w3_userio pcore includes a C driver to access user I/O devices from user code. Refer to the [//svn/WARP/PlatformSupport/CustomPeripherals/pcores/w3_userio_axi_v1_01_a/doc/html/api/index.html w3_userio API documentation] for full details.
    108108
    109109All driver functions require the base memory address of the w3_userio pcore. This address is set in your XPS project. The EDK tools copy this address into a macro in the {{{xparameters.h}}} file when you generate a BSP. The auto-generated macro should be named {{{XPAR_W3_USERIO_0_BASEADDR}}} (assuming your pcore instance is named {{{w3_userio_0}}}, as in the example above).