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

Subversion Repositories adv_debug_sys

[/] [adv_debug_sys/] [tags/] [ADS_RELEASE_1_1_0/] [Software/] [adv_jtag_bridge/] [adv_jtag_bridge.h] - Blame information for rev 8

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 nyawn
#ifndef _ADV_JTAG_BRIDGE_H_
2
#define _ADV_JTAG_BRIDGE_H_
3
 
4
//#ifndef Boolean
5
//#define Boolean int
6
//#endid
7
 
8
#ifndef TRUE
9
#define TRUE 1
10
#endif
11
 
12
#ifndef FALSE
13
#define FALSE 0
14
#endif
15
 
16
/* Selects crc trailer size in bits. Currently supported: 8 */
17
//#define CRC_SIZE (8)
18
 
19
/* Scan chain size in bits.  */
20
//#define SC_SIZE (4)
21
 
22
//#ifndef ULONGEST
23
//#define ULONGEST unsigned long
24
//#endif
25
 
26
 
27
//#define DC_SIZE           4
28
//#define DC_STATUS_SIZE    4
29
 
30
//#define DC_WISHBONE       0
31
//#define DC_CPU0           1
32
//#define DC_CPU1           2
33
 
34
//#define DI_GO          0
35
//#define DI_READ_CMD    1
36
//#define DI_WRITE_CMD   2
37
//#define DI_READ_CTRL   3
38
//#define DI_WRITE_CTRL  4
39
 
40
//#define DBG_CRC_SIZE      32
41
 
42
 
43
//#define DBG_ERR_OK        0
44
//#define DBG_ERR_CRC       8
45
 
46
 
47
//#define CHECK(x) check(__FILE__, __LINE__, (x))
48
//void check(char *fn, int l, int i);
49
 
50
 
51
#endif /* _ADV_JTAG_BRIDGE_H_ */
52
 

powered by: WebSVN 2.1.0

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