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 
14  struct jtag_tap *tap;
15  int no_jstart;
16 };
17 
18 #endif /* OPENOCD_PLD_VIRTEX2_H */
The JTAG interface can be implemented with a software or hardware fifo.
Definition: jtag.h:100
struct jtag_tap * tap
Definition: virtex2.h:14