begin jtag tool (for xilinx low cost parallel jtag cable only)
[my-code/fpga.git] / jtag / parallel.c
1 /*
2  * jtag via parallel
3  *
4  * author: hackbard@hackdaworld.org
5  *
6  */
7
8 #define XILINX_LOW_COST_CABLE                   0x00
9
10 #define ALTERA_BYTE_BLASTER
11
12
13
14 #include <stdio.h>
15 #include <stdlib.h>
16 #include <unistd.h>
17
18 #include <sys/io.h>
19