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

Subversion Repositories vapi

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

/trunk/vapi.h
36,4 → 36,4
extern int vapi_main();
 
/* Number of consecutive VAPI IDs the user needs */
extern unsigned num_vapi_ids;
extern unsigned long num_vapi_ids;
/trunk/uart.c
17,6 → 17,11
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
#include "vapi.h"
 
unsigned long num_vapi_ids = 1;
/* UART messages */
#define TX_CMD 0xff000000
#define TX_CMD0 0x00000000

powered by: WebSVN 2.1.0

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