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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.26/] [sim/] [graph.h] - Diff between revs 8 and 270

Only display areas with differences | Details | Blame | View Log

Rev 8 Rev 270
/*
/*
 * graph.h -- graphics controller simulation
 * graph.h -- graphics controller simulation
 */
 */
 
 
 
 
#ifndef _GRAPH_H_
#ifndef _GRAPH_H_
#define _GRAPH_H_
#define _GRAPH_H_
 
 
 
 
Word graphRead(Word addr);
Word graphRead(Word addr);
void graphWrite(Word addr, Word data);
void graphWrite(Word addr, Word data);
 
 
void graphReset(void);
void graphReset(void);
void graphInit(void);
void graphInit(void);
void graphExit(void);
void graphExit(void);
 
 
 
 
#endif /* _GRAPH_H_ */
#endif /* _GRAPH_H_ */
 
 

powered by: WebSVN 2.1.0

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