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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.26/] [sim/] [graph.h] - Blame information for rev 270

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 hellwig
/*
2
 * graph.h -- graphics controller simulation
3
 */
4
 
5
 
6
#ifndef _GRAPH_H_
7
#define _GRAPH_H_
8
 
9
 
10
Word graphRead(Word addr);
11
void graphWrite(Word addr, Word data);
12
 
13
void graphReset(void);
14
void graphInit(void);
15
void graphExit(void);
16
 
17
 
18
#endif /* _GRAPH_H_ */

powered by: WebSVN 2.1.0

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