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 ...
随机推荐
- 从源码层次分析asterisk如何产生呼叫
老规矩,看别人是怎么搞的 http://blog.chinaunix.net/uid-14723273-id-1739552.html over...
- No.13 selenium for python 单选框和复选框
单选框 radio 点击图标,可以获取HTML中定位. 使用普通的ID定位就可以了 定位到指定元素,然后使用clicd选中即可 复选框 checkbox 勾选单个框,跟单选框一样,定位后点击就可以了 ...
- 序列化 json和pickle
序列化 1. 什么叫序列化 将原本的字典.列表等内容转换成一个字符串的过程就叫做序列化. 2. json dumps loads 一般对字典和列表序列化 dump load 一般对 ...
- MySQL学习笔记:insert into select
从一个表复制数据插入到另外一个表,目标表中任何已存在的行都不会受影响. 语法: INSERT INTO table_xxx VALUES(); INSERT INTO table_xxx SELECT ...
- 如何读取Hadoop中压缩的文件
最近在处理离线数据导入HBase的问题,涉及从Hdfs中读取gz压缩文件,把思路记录下来,以作备用.具体代码如下: package org.dba.util; import java.io.Buffe ...
- JavaScript 三个常用对话框
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...
- Linux学习笔记——基于鸟哥的Linux私房菜
Linux学习笔记--基于鸟哥的Linux私房菜 ***** ARM与嵌入式linux的入门建议 (1) 学习基本的裸机编程:ARM7或ARM9,理解硬件架构和控制原理 (这一步是绝对的根基) (2) ...
- jquery validate不用submit提交,用js提交的
jquery validate控件 默认是使用submit提交的, 要想改成使用button的click事件处理函数中手工提交, 可以按照如下方式操作: 1 绑定form的validate, 2 然后 ...
- Ionic Js十八:滑动框
ion-slide-box 滑动框是一个包含多页容器的组件,每页滑动或拖动切换: 效果图如下:   用法 <ion-slide-box on-slide-changed="slid ...
- 在android studio中集成javah, ndk-build进行JNI开发
最近在搞一个android上控制LED灯闪烁的功能,用到了串口编程,搜索了一下,发现Google发布了一个demo,android-serialport-api.有现成的代码和APK,要想自己改JNI ...
