OpenCores
URL https://opencores.org/ocsvn/mblite/mblite/trunk

Subversion Repositories mblite

[/] [mblite/] [tags/] [1.0/] [sw/] [stdio/] [testbench.c] - Rev 2

Compare with Previous | Blame | View Log

#include "stdio.h"
#include <stdio.h>
 
int main()
{
    int c = 0;
    fflush(stdin);
    while((c=getchar())!='\n')
    {
        putchar(c);
        putchar('\n');
    }
    xil_printf("Finished\n");
    return 0;
}
 

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.