URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 341 |
Rev 439 |
Line 35... |
Line 35... |
/* Sends a packet to specified test */
|
/* Sends a packet to specified test */
|
int vapi_send (unsigned long id, unsigned long data);
|
int vapi_send (unsigned long id, unsigned long data);
|
|
|
#define VAPI_DEVICE_ID (0xff)
|
#define VAPI_DEVICE_ID (0xff)
|
|
|
No newline at end of file
|
No newline at end of file
|
|
/* Types of commands that can be written to the VAPI log file */
|
|
typedef enum {
|
|
VAPI_COMMAND_REQUEST = 0, /* Data coming from outside world to device */
|
|
VAPI_COMMAND_SEND = 1, /* Device writing data to the outside world */
|
|
VAPI_COMMAND_END = 2 /* End of log for device */
|
|
} VAPI_COMMAND;
|
|
|
|
/* 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);
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.