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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 kuzmi4
/*
2
 stdio
3
*/
4
#include "wb_uart.h"
5
 
6
void outbyte(char c)
7
{
8
    wb_uart_write_s(c);
9
}
10
 
11
char inbyte()
12
{
13
    char rxd = wb_uart_read_s();
14
    return rxd;
15
}

powered by: WebSVN 2.1.0

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