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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [hwtests/] [dsptest/] [start.h] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 hellwig
/*
2
 * start.h -- startup and support routines
3
 */
4
 
5
 
6
#ifndef _START_H_
7
#define _START_H_
8
 
9
 
10
int cin(void);
11
void cout(char c);
12
 
13
Word getTLB_HI(int index);
14
Word getTLB_LO(int index);
15
void setTLB(int index, Word entryHi, Word entryLo);
16
void wrtRndTLB(Word entryHi, Word entryLo);
17
Word probeTLB(Word entryHi);
18
void wait(int n);
19
 
20
 
21
#endif /* _START_H_ */

powered by: WebSVN 2.1.0

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