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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [vapi/] [vapi.h] - Diff between revs 477 and 645

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 477 Rev 645
Line 15... Line 15...
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
 
#ifndef _VAPI_H_
 
#define _VAPI_H_
 
 
/* Maximum value for VAPI device id */
/* Maximum value for VAPI device id */
#define VAPI_MAX_DEVID 0xFFFF  
#define VAPI_MAX_DEVID 0xFFFF  
 
 
/* Inits the VAPI, according to sim-config */
/* Inits the VAPI, according to sim-config */
int vapi_init ();
int vapi_init ();
Line 51... Line 54...
} VAPI_COMMAND;
} VAPI_COMMAND;
 
 
/* Writes a line directly to the log file (used by JTAG proxy) */
/* Writes a line directly to the log file (used by JTAG proxy) */
void vapi_write_log_file(VAPI_COMMAND command, unsigned long device_id, unsigned long data);
void vapi_write_log_file(VAPI_COMMAND command, unsigned long device_id, unsigned long data);
 
 
 No newline at end of file
 No newline at end of file
 
#endif /* _VAPI_H_ */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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