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

Subversion Repositories jtag_stapl_player

[/] [jtag_stapl_player/] [trunk/] [jamport.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sukhanov
/****************************************************************************/
2
/*                                                                                                                                                      */
3
/*      Module:                 jamport.h                                                                                               */
4
/*                                                                                                                                                      */
5
/*                                      Copyright (C) Altera Corporation 2000                                   */
6
/*                                                                                                                                                      */
7
/*      Description:    Defines porting macros                                                                  */
8
/*                                                                                                                                                      */
9
/****************************************************************************/
10
 
11
/****************************************************************************/
12
/*                                                                                                                                                      */
13
/*      Actel version 1.1             May 2003                                                                  */
14
/*                                                                                                                                                      */
15
/****************************************************************************/
16
 
17
#ifndef INC_JAMPORT_H
18
#define INC_JAMPORT_H
19
 
20
/*
21
*       PORT defines the target platform -- should be DOS, WINDOWS, or UNIX
22
*
23
*       PORT = DOS     means a 16-bit DOS console-mode application
24
*
25
*       PORT = WINDOWS means a 32-bit WIN32 console-mode application for
26
*                      Windows 95 or Windows NT.  On NT this will use the
27
*                      DeviceIoControl() API to access the Parallel Port.
28
*
29
*       PORT = UNIX    means any UNIX system.  BitBlaster access is support via
30
*                      the standard ANSI system calls open(), read(), write().
31
*                      The ByteBlaster is not supported.
32
*
33
*       PORT = EMBEDDED means all DOS, WINDOWS, and UNIX code is excluded. Remaining
34
*                       code supports 16 and 32-bit compilers. Additional porting
35
*                       steps may be necessary. See readme file for more details.
36
*/
37
 
38
#define DOS      2
39
#define WINDOWS  3
40
#define UNIX     4
41
#define EMBEDDED 5
42
 
43
/* change this line to build a different port */
44
#define PORT UNIX 
45
 
46
#endif /* INC_JAMPORT_H */

powered by: WebSVN 2.1.0

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