URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [hwtests/] [dsptest/] [start.h] - Rev 138
Go to most recent revision | Compare with Previous | Blame | View Log
/* * start.h -- startup and support routines */ #ifndef _START_H_ #define _START_H_ int cin(void); void cout(char c); Word getTLB_HI(int index); Word getTLB_LO(int index); void setTLB(int index, Word entryHi, Word entryLo); void wrtRndTLB(Word entryHi, Word entryLo); Word probeTLB(Word entryHi); void wait(int n); #endif /* _START_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log