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

Subversion Repositories potato

[/] [potato/] [trunk/] [benchmarks/] [sha256/] [uart.h] - Blame information for rev 35

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 skordal
// The Potato Processor Benchmark Applications
2
// (c) Kristian Klomsten Skordal 2015 <kristian.skordal@wafflemail.net>
3
// Report bugs and issues on <http://opencores.org/project,potato,bugtracker>
4
 
5
#ifndef UART_H
6
#define UART_H
7
 
8
#include <stdint.h>
9
 
10
// TODO: Implement the M extension and then write a printf function.
11
 
12
void uart_puts(volatile uint32_t * base, const char * s);
13
void uart_putc(volatile uint32_t * base, char c);
14
void uart_puth(volatile uint32_t * base, uint32_t n);
15
 
16
#endif
17
 

powered by: WebSVN 2.1.0

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