jtag-mpsse

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit aec57b7c3086419b2a463fc51ea25c2cc88d513f
parent 41b31ccee9c4403b0982ceee73f16bb868aa7d44
Author: Brian Swetland <swetland@frotz.net>
Date:   Tue, 22 Jul 2014 07:35:48 -0700

add xc7a100t part code

Diffstat:
Mjtag-mpsse.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/jtag-mpsse.c b/jtag-mpsse.c @@ -40,6 +40,7 @@ struct device_info LIBRARY[] = { { ZYNQID(0x07), ZYNQMASK, 6, "xc7x020" }, { ZYNQID(0x0c), ZYNQMASK, 6, "xc7x030" }, { ZYNQID(0x11), ZYNQMASK, 6, "xc7x045" }, + { 0x13631093, 0xFFFFFFFF, 6, "xc7a100t" }, }; struct device_info *identify_device(u32 idcode) {