surenyi
25879f4ae6
add ise.sh to launch
Signed-off-by: surenyi <surenyi82@163.com>
5 years ago
Michael Gernoth
2d19c7cb32
update links for xc3sprog
13 years ago
Michael Gernoth
913cbbf6e4
fix typo in setup_pcusb message
13 years ago
Michael Gernoth
50cb89f583
typo
14 years ago
Michael Gernoth
0f785f0032
Update website for ISE 13
14 years ago
Michael Gernoth
142aeb0f92
ISE 13.1 works
14 years ago
Michael Gernoth
36f8b271f2
Add setup script for USB cable which works on modern distributions
This completely rewritten version of setup_pcusb works on modern
distributions with newer udev versions which have a different
rules-format and are not detected by the xilinx-version of the
script. It only has the name in common with the xilinx-version.
14 years ago
Michal Demin
7c932f66e1
Jtagkey: Fixed order of ftdi initialization.
Signed-off-by: Michal Demin <michaldemin@gmail.com>
14 years ago
Michal Demin
6615630635
Add support for different interfaces on FTDI chips.
Signed-off-by: Michal Demin <michaldemin@gmail.com>
14 years ago
Michael Gernoth
47661cecc5
More robust search for filename in memory at runtime
15 years ago
Michael Gernoth
98b8ef391f
fix jtagkey warnings on 64 bit
15 years ago
Michael Gernoth
6b3a171567
Dynamically search for /proc/sys/dev/parport/%s/base-addr
15 years ago
Michael Gernoth
a90dd20702
full support for parallel ports on ISE 12
15 years ago
Michael Gernoth
765c485a06
Overload XilCommNS::CPortResources::Instance
15 years ago
Michael Gernoth
ad0f0d12f7
declare variables at the beginning of the scope
15 years ago
Michael Gernoth
277c47548a
typo
15 years ago
Michael Gernoth
0915c0b59c
Describe problems with parallel cables
15 years ago
Michael Gernoth
b05f6dfed5
Add initial parallel port support for ISE 12.
Only ports existing on the local system can be used for real
or ftdi-emulated cables. So you can't attach a ftdi-cable
to your non-existant LPT4 currently.
15 years ago
Michael Gernoth
4c90fa3933
Always set return value for parallel ports
This fixes a crash in ISE 12 but does not lead to working parallel
port suppoet
15 years ago
Michael Gernoth
80a14787b9
fix ISE 12 support on 64bit
15 years ago
Michael Gernoth
daa4fc041d
Don't overload uname but set personality in library constructor
This fixes planAhead crashing on startup
15 years ago
Michael Gernoth
9f78065e21
fix prototype for _Z14isModuleLoadedPci
15 years ago
Michael Gernoth
b316fb2f6f
add ISE 12 to the list of supported software
15 years ago
Michael Gernoth
4ba5d6d931
support for ISE 12
15 years ago
Michael Gernoth
4d5f52f3c6
ISE 11
15 years ago
Michael Gernoth
cc424c9bea
Add note about newer udev versions and how to get it working again
15 years ago
Michael Gernoth
7b219d308d
information for newer udev versions
15 years ago
Michael Gernoth
f10305a8cb
XILINX Platform Cable USB II works
Tested and confirmed by David Epping (Uni Ulm)
16 years ago
Michael Gernoth
740b45f5ca
ISE 11.1 is supported
16 years ago
Michael Gernoth
06f5f9d037
ISE 11.1 notes
16 years ago
Michael Gernoth
aed36bb341
Let usb-driver work with a no-module kernel by Gyorgy 'nog' Jeney
16 years ago
Michael Gernoth
1fc8f7a47d
cable sharing for USB needs to overload semop, this adds a disabled stub
16 years ago
Michael Gernoth
23138e94d0
disable sharing the XPCU cable for now, as this causes problems even when
only one application uses the cable
16 years ago
Michael Gernoth
9bb134bb79
add one supported and one untested cable
17 years ago
Michael Gernoth
1dd0c369ec
README additions for compiling on 64 bit systems by Uwe Bonnes
17 years ago
Michael Gernoth
120876a361
add link to UrJTAG tools
17 years ago
Michael Gernoth
614a4da1e8
remove no longer needed dummy_interrupt mutex
17 years ago
Michael Gernoth
787300f60e
add include stdint.h
Thanks to Matteo Vit.
17 years ago
Michael Gernoth
325556c933
improve debug output
17 years ago
Michael Gernoth
8949e420b6
fix handling of XILINX_USB_DEV environment variable
17 years ago
Michael Gernoth
9bfaca620d
implement support for multiple XPCU cables for ISE 10.1
this also solves the crash of impact 10.1 which was previously
attributed to a mutex deadlock, but impact itself leaks filedescriptors.
17 years ago
Michael Gernoth
0a2341bb36
fix for mutex deadlock when closing and reopening the cable connection
17 years ago
Michael Gernoth
19acdb82e4
pass pointer to usb-driver structure through impact
17 years ago
Michael Gernoth
8af4d9103d
make it possible to return an error everywhere
17 years ago
Michael Gernoth
501f1c2134
move interrupt functions to xpcu.c
17 years ago
Michael Gernoth
f92c0fbce9
rework more XPCU code. INT_* still needs to be moved
17 years ago
Michael Gernoth
4f3471859a
move card_type into xpcu_s
17 years ago
Michael Gernoth
0c2db148a4
add xpcu_set_interface
17 years ago
Michael Gernoth
6234190be3
add xpcu_close
17 years ago
Michael Gernoth
6c235d59ca
move XPCU transfer function
17 years ago