Xilinx Platform Usb Cable
Key Features
- High-performance FPGA configuration and PROM/CPLD programming
- Includes innovative FPGA-based acceleration firmware encapsulated in a small
form factor pod attached to the cable - Supports JTAG and Slave-Serial programming topologies
- Firmware downloadable over cable
- Includes innovative FPGA-based acceleration firmware encapsulated in a small
- Easy to use
- Fully integrated and optimized for use with Xilinx iMPACT software
- Intuitive multiple cable management from a single application
- Compatible with Windows and Linux operating systems
- Automatically senses and adapts to target I/O voltage
- Interfaces to devices operating at 5V (TTL), 3.3V (LVCMOS), 2.5V, 1.8V and 1.5V
- Bus-powered USB device (no power supply required)
- Flyleads compatible
- Target power status LED
- Firmware updates are transparent to the user
- Reliable
- Backwards compatibility with Platform Cable USB, including Pb-Free (RoHS-compliant)
- USB Integrators Forum (USB-IF) certified
- CE and FCC compliant
- Leverages industry standards, including JTAG Boundary-Scan IEEE 1149.1, SPI and USB 2.0
- Compatible with Full-Speed and Hi-Speed USB ports
- Programs and configures all Xilinx devices**
- Third-party PROM device programming support
- Directly programs selected Serial Peripheral Interface (SPI) flash memory devices
- Indirectly programs selected SPI or parallel flash memory devices via FPGA JTAG port
- Highly optimized for use with Xilinx design tools - ISE® Foundation™ Software, Embedded Development Kit, ChipScope Pro Analyzer and System Generator for DSP.
- Pb-Free (RoHS-compliant)
- Recommended for prototyping use only
** Note: Xilinx iMPACT software is required for programming and configuration
Platform Cable USB 功能概述
- 采用CY7C68013A+XC2C256方案,与原装Platform Cable USB完全兼容
- 支持所有Xilinx器件下载,包括FPGA / CPLD / ISP Configuration PROM所有器件
- 支持JTAG / Slave Serial / SPI下载模式,可配置所有Xilinx器件
- 支持目标系统的下载接口电压:5V / 3.3V / 2.5V / 1.8V / 1.5V
- 支持Xilinx ISE / iMPACT / ChipScope
- 目标器件下载时钟可选,且支持XILINX软件的自动调速
支持的软件
- Xilinx ISE
- iMPACT
- ChipScope
支持的器件
- 支持所有Xilinx器件下载,包括FPGA / CPLD / ISP Configuration PROM所有器件
产品特性
- 采用CY7C68013A+XC2C256方案,与原装Platform Cable USB完全兼容
与PC机的连接
- 通过USB接口与计算机连接
与目标板的连接
- 通过 JTAG、Slave Serial、SPI 接口与目标板连接
硬件开发环境
通过Platform Cable USB连接“FPGA/CPLD目标板”和“PC”,建立完整的硬件开发环境,对目标芯片进行编程、调试
连接目标板
Platform Cable USB可以通过三种接口连接至目标板,接口定义如下:

Platform Cable USB状态灯说明
- 红紫色:接入了USB
- 紫色:接入了USB,且Vref有电供入(连接的开发板有上电)











Xilinx Platform Usb Cable的更多相关文章
- About USB Data Link Cable API
About USB Data Link Cable API The text on this webpage is licensed under the Creative Commons Attrib ...
- Xilinx Zynq FPGA Boards板
Xilinx Zynq FPGA Boards板 Xilinx Zynq FPGA Boards 介绍 Styx是一个易于使用的Zynq开发模块,具有Xilinx的Zynq ZC7020 SoC和FT ...
- usb.ids
# # List of USB ID's # # Maintained by Vojtech Pavlik <vojtech@suse.cz> # If you have any new ...
- Failed to connect to Xilinx hw_server. Check if the hw_server is running and correct TCP port is used.
Failed to connect to Xilinx hw_server. Check if the hw_server is running and correct TCP port is us ...
- Roomblock: a Platform for Learning ROS Navigation With Roomba, Raspberry Pi and RPLIDAR(转)
What is this? "Roomblock" is a robot platform consists of a Roomba, a Raspberry Pi 2, a ...
- Linux/drivers/usb/serial/ftdi_sio.c
Linux/drivers/usb/serial/ftdi_sio.h /* 2 * Driver definitions for the FTDI USB Single Port Serial Co ...
- 树莓派USB摄像头与camera模块对比
http://www.cnblogs.com/weixinforspurs/p/5575962.html ——————————————————————————————————————————————— ...
- usb驱动开发9之设备描述符
前面分析了usb的四大描述符之端点描述符,接口描述符(每一个接口对应一个功能,与之配备相应驱动),配置描述符,最后分析设备如何包括这些描述符.首先记住,在usb的世界里,设备大于配置,配置大于接口,接 ...
- linux设备驱动归纳总结(九):1.platform总线的设备和驱动【转】
本文转载自:http://blog.chinaunix.net/uid-25014876-id-111745.html linux设备驱动归纳总结(九):1.platform总线的设备和驱动 xxxx ...
随机推荐
- Python基础二(输入与输出)
通常,一个程序都会有输入/输出,这样可以与用户进行交互.用户输入一些信息,你会对他输入的内容进行一些适当的操作,然后再输出给用户想要的结果.Python的输入/输出,我们可以用input进行输入,pr ...
- javascript本地缓存方案-- 存储对象和设置过期时间
cz-storage 解决问题 1. 前端js使用localStorage的时候只能存字符串,不能存储对象 cz-storage 可以存储 object undefined number string ...
- 牛客红包OI赛 C 小可爱表白
据说是个公式题. Code #include<cstdio> #include<cstring> #include<algorithm> using namespa ...
- Codeforces 798C - Mike and gcd problem(贪心+数论)
题目链接:http://codeforces.com/problemset/problem/798/C 题意:给你n个数,a1,a2,....an.要使得gcd(a1,a2,....an)>1, ...
- springMVC源码分析--HttpMessageConverter数据转化(一)
之前的博客我们已经介绍了很多springMVC相关的模块,接下来我们介绍一下springMVC在获取参数和返回结果值方面的处理.虽然在之前的博客老田已经分别介绍了参数处理器和返回值处理器: (1)sp ...
- Ubuntu 搭建etcd
一.简介 etcd是一个高可用的分布式键值(key-value)数据库.etcd内部采用raft协议作为一致性算法,etcd基于Go语言实现. 提供配置共享和服务发现的系统比较多,其中最为大家熟知的是 ...
- 一步一步学习IdentityServer3 (12) 授权模式
Idr3中的授权模式也是基于OAuth2 来看看例子中的说明 // // 摘要: // OpenID Connect flows. public enum Flows { // // 摘要: // a ...
- day5模块学习--hashlib模块
hashlib模块 Python的hashlib提供了常见的摘要算法,如MD5,SHA1等等. 什么是摘要算法呢?摘要算法又称哈希算法.散列算法.它通过一个函数,把任意长度的数据转换为一个长度 ...
- linux的IPC进程通信方式-匿名管道(一)
linux的IPC进程通信-匿名管道 什么是管道 如果你使用过Linux的命令,那么对于管道这个名词你一定不会感觉到陌生,因为我们通常通过符号"|"来使用管道,但是管道的真正定义是 ...
- java 将class打包成jar包
一.进入到java jdk安装目录(用cmd命令进入) c:cd C:\Program Files\Java\jdk1.8.0_45\bin 二.运行打包命令(将D盘下com中的class 打包成xy ...
