OpenCores
URL https://opencores.org/ocsvn/1g_ethernet_dpi/1g_ethernet_dpi/trunk

Subversion Repositories 1g_ethernet_dpi

[/] [1g_ethernet_dpi/] [tags/] [vmblite_base/] [sw/] [test_main/] [platform/] [platform.h] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 kuzmi4
#ifndef PLATFORM_H
2
#define PLATFORM_H
3
 
4
#define PLTFRM_MICROBLAZE_CORE_CLOCK_FREQ_HZ 50*1000*1000
5
#define PLTFRM_MICROBLAZE_INTERRUPT 0
6
#define PLTFRM_MICROBLAZE_DATA_SIZE 32
7
#define PLTFRM_MICROBLAZE_IMEM_VOL 2*1024
8
#define PLTFRM_MICROBLAZE_DMEM_VOL 2*1024
9
 
10
#define PLTFRM_WBS_PIO 1
11
#define PLTFRM_WBS_PIO_BASEADDR 0x00010000
12
#define PLTFRM_WBS_PIO_HIGHADDR 0x00010FFF
13
 
14
#define PLTFRM_WBS_UART 1
15
#define PLTFRM_WBS_UART_BASEADDR 0x00011000
16
#define PLTFRM_WBS_UART_HIGHADDR 0x00011FFF
17
#define PLTFRM_WBS_UART_BAUDRATE 115200
18
#define PLTFRM_WBS_UART_DATA_BITS 8     /* 8 */
19
#define PLTFRM_WBS_UART_USE_PARITY 0    /* N */
20
#define PLTFRM_WBS_UART_STOP_BITS 1     /* 1 */
21
 
22
/* SYSTEM */
23
#define PLTFRM_SYS_STDIN_TYPE  PLTFRM_WBS_UART
24
#define PLTFRM_SYS_STDOUT_TYPE PLTFRM_WBS_UART
25
 
26
 
27
void init_platform();
28
void cleanup_platform();
29
 
30
#endif

powered by: WebSVN 2.1.0

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