OpenOCD
virtex2.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2006 by Dominic Rath *
5
* Dominic.Rath@gmx.de *
6
***************************************************************************/
7
8
#ifndef OPENOCD_PLD_VIRTEX2_H
9
#define OPENOCD_PLD_VIRTEX2_H
10
11
#include <
jtag/jtag.h
>
12
13
struct
virtex2_pld_device
{
14
struct
jtag_tap
*
tap
;
15
int
no_jstart
;
16
};
17
18
#endif
/* OPENOCD_PLD_VIRTEX2_H */
jtag.h
The JTAG interface can be implemented with a software or hardware fifo.
jtag_tap
Definition:
jtag.h:100
virtex2_pld_device
Definition:
virtex2.h:13
virtex2_pld_device::tap
struct jtag_tap * tap
Definition:
virtex2.h:14
virtex2_pld_device::no_jstart
int no_jstart
Definition:
virtex2.h:15
src
pld
virtex2.h
Generated by
1.9.1