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

Subversion Repositories jtag_stapl_player

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sukhanov
/****************************************************************************/
2
/*                                                                                                                                                      */
3
/*      Module:                 jamarray.h                                                                                              */
4
/*                                                                                                                                                      */
5
/*                                      Copyright (C) Altera Corporation 1997                                   */
6
/*                                                                                                                                                      */
7
/*      Description:    Constants and function prototypes for array support             */
8
/*                                                                                                                                                      */
9
/****************************************************************************/
10
 
11
/****************************************************************************/
12
/*                                                                                                                                                      */
13
/*      Actel version 1.1             May 2003                                                                  */
14
/*                                                                                                                                                      */
15
/****************************************************************************/
16
 
17
#ifndef INC_JAMARRAY_H
18
#define INC_JAMARRAY_H
19
 
20
/****************************************************************************/
21
/*                                                                                                                                                      */
22
/*      Function Prototypes                                                                                                             */
23
/*                                                                                                                                                      */
24
/****************************************************************************/
25
 
26
JAM_RETURN_TYPE jam_read_boolean_array_data
27
(
28
        JAMS_HEAP_RECORD *heap_record,
29
        char *statement_buffer
30
);
31
 
32
JAM_RETURN_TYPE jam_read_integer_array_data
33
(
34
        JAMS_HEAP_RECORD *heap_record,
35
        char *statement_buffer
36
);
37
 
38
JAM_RETURN_TYPE jam_get_array_value
39
(
40
        JAMS_SYMBOL_RECORD *symbol_record,
41
        long index,
42
        long *value
43
);
44
 
45
#endif  /* INC_JAMARRAY_H */

powered by: WebSVN 2.1.0

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