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/] [test_main.c] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 kuzmi4
/*
2
 * simple test application
3
 *
4
 *
5
 */
6
 
7
#include <stdio.h> /* xil_printf, .. */
8
 
9
#include "platform.h"
10
#include "wb_pio.h" /* wb_pio_write */
11
 
12
 
13
int main(void)
14
{
15
 
16
    init_platform();
17
    /*fflush(stdin);*/
18
 
19
    wb_pio_write(1);
20
    xil_printf("Finished\n");
21
 
22
    cleanup_platform();
23
    return 0;
24
}

powered by: WebSVN 2.1.0

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