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