no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef _PARAMETERS_H_
41 #define _PARAMETERS_H_
42 
43 #include "xparameters.h"
44 
45 #define SPI_DEVICE_ID XPAR_XSPIPS_0_DEVICE_ID
46 
47 #define ADC_DDR_BASEADDR (XPAR_DDR_MEM_BASEADDR + 0x800000)
48 
49 #define RX_CORE_BASEADDR XPAR_RX_AD9656_TPL_CORE_ADC_TPL_CORE_BASEADDR
50 #define RX_DMA_BASEADDR XPAR_AXI_AD9656_RX_DMA_BASEADDR
51 #define RX_JESD_BASEADDR XPAR_AXI_AD9656_RX_JESD_RX_AXI_BASEADDR
52 #define RX_XCVR_BASEADDR XPAR_AXI_AD9656_XCVR_BASEADDR
53 #define UART_DEVICE_ID XPAR_XUARTPS_0_DEVICE_ID
54 #define UART_IRQ_ID XPAR_XUARTPS_0_INTR
55 #define UART_BAUDRATE 115200
56 #define INTC_DEVICE_ID XPAR_SCUGIC_SINGLE_DEVICE_ID
57 
58 #endif /* _PARAMETERS_H_ */