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.c] - Rev 7

Compare with Previous | Blame | View Log

 
#include "platform.h"
 
#ifdef PLTFRM_WBS_PIO
 #include "wb_pio.h"
#endif /* PLTFRM_WBS_PIO */
 
#ifdef PLTFRM_WBS_UART
 #include "wb_uart.h"
#endif /* PLTFRM_WBS_UART */
 
void init_platform(void)
{
#ifdef PLTFRM_WBS_PIO
    wb_pio_init(PLTFRM_WBS_PIO_BASEADDR);
#endif /* PLTFRM_WBS_PIO */
 
#ifdef PLTFRM_WBS_UART
    wb_uart_init(PLTFRM_WBS_UART_BASEADDR);
#endif /* PLTFRM_WBS_UART */
}
 
void cleanup_platform(void)
{
 
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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