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

Compare with Previous | Blame | View Log

/*
 stdio
*/
#include "wb_uart.h"
 
void outbyte(char c)
{
    wb_uart_write_s(c);
}
 
char inbyte()
{
    char rxd = wb_uart_read_s();
    return rxd;
}
 

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.