Changes between Version 2 and Version 3 of cores/w3_ad_controller
- Timestamp:
- Aug 20, 2012, 8:28:10 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cores/w3_ad_controller
v2 v3 48 48 The w3_ad_controller pcore includes a C driver to facilitate control of the AD9963s from user code. Refer to the [//svn/WARP/PlatformSupport/CustomPeripherals/pcores/w3_ad_controller_v3_00_b/doc/html/api/index.html w3_ad_controller driver documentation] for more details. 49 49 50 All driver functions require the base memory address of the w3_ iic_eeprompcore. 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_AD_CONTROLLER_0_BASEADDR}}} (assuming your pcore instance is named {{{w3_ad_controller_0}}}, as in the example above).50 All driver functions require the base memory address of the w3_ad_controller 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_AD_CONTROLLER_0_BASEADDR}}} (assuming your pcore instance is named {{{w3_ad_controller_0}}}, as in the example above). 51 51 52 52 {{{