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
  • 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的更多相关文章

  1. About USB Data Link Cable API

    About USB Data Link Cable API The text on this webpage is licensed under the Creative Commons Attrib ...

  2. Xilinx Zynq FPGA Boards板

    Xilinx Zynq FPGA Boards板 Xilinx Zynq FPGA Boards 介绍 Styx是一个易于使用的Zynq开发模块,具有Xilinx的Zynq ZC7020 SoC和FT ...

  3. usb.ids

    # # List of USB ID's # # Maintained by Vojtech Pavlik <vojtech@suse.cz> # If you have any new ...

  4. 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 ...

  5. 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 ...

  6. 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 ...

  7. 树莓派USB摄像头与camera模块对比

    http://www.cnblogs.com/weixinforspurs/p/5575962.html ——————————————————————————————————————————————— ...

  8. usb驱动开发9之设备描述符

    前面分析了usb的四大描述符之端点描述符,接口描述符(每一个接口对应一个功能,与之配备相应驱动),配置描述符,最后分析设备如何包括这些描述符.首先记住,在usb的世界里,设备大于配置,配置大于接口,接 ...

  9. linux设备驱动归纳总结(九):1.platform总线的设备和驱动【转】

    本文转载自:http://blog.chinaunix.net/uid-25014876-id-111745.html linux设备驱动归纳总结(九):1.platform总线的设备和驱动 xxxx ...

随机推荐

  1. 配置vuejs加载模拟数据

    [个人笔记,非技术博客] 1.使用前确保安装axios插件,vuejs官方推荐,当然使用其他插件也可以 2.配置dev-server.js var router = express.Router(); ...

  2. CNN细节

    1.各层作用 输入层 输入层是整个神经网络的输入,一般代表的是图片的像素矩阵(一般为三维矩阵,即像素x像素x通道) 卷积层 每一层卷积都会提取数据特征,再经过组合和抽象形成更高阶的特征. 池化层 保留 ...

  3. (四)MyBatis关系映射

    第一节:一对一关系实现 需要实现一对一的关系,首先我们有两张表,t-addree和t_student. CREATE TABLE `t_address` ( `id` ) NOT NULL AUTO_ ...

  4. Linux学习笔记:644、755、777权限详解

    一.问题 1.在Linux或者Android系统下用命令ll或者ls -la的时候会看到前面-rw-rw-r--一串字符,不知道代表什么? 2.新建vi一个文件之后,经常需要chmod 755 fil ...

  5. 网络编程--Socket与ServerSocket

    1.服务器端代码 package net; import java.io.PrintStream; import java.net.ServerSocket; import java.net.Sock ...

  6. Nginx 虚拟主机 VirtualHost 配置

    Nginx 是一个轻量级高性能的 Web 服务器, 并发处理能力强, 对资源消耗小, 无论是静态服务器还是小网站, Nginx 表现更加出色, 作为 Apache 的补充和替代使用率越来越高. 我在& ...

  7. 浅谈C#中的模式窗体和非模式窗体

    ShowDialog(); // 模式窗体 Show(); // 非模式窗体 区别: 返回值不同,DialogResult/void 模式窗体会使程序中断,直到关闭模式窗口 打开模式窗体后不能切换到应 ...

  8. 1497: [NOI2006]最大获利

    新的技术正冲击着手机通讯市场,对于各大运营商来说,这既是机遇,更是挑战.THU集团旗下的CS&T通讯公司在新一代通讯技术血战的前夜,需要做太多的准备工作,仅就站址选择一项,就需要完成前期市场研 ...

  9. Oracle学习笔记——点滴汇总

    Oracle学习笔记——点滴汇总 http://www.botangdb.com/ Oracle GI = Grid Infrastructure = ASM + Cluster

  10. 【LOJ】#2275. 「JXOI2017」颜色

    题解 我们枚举右端点判断合法的左端点有哪些 首先,记录一下右端点右边的点的pre,也就是这个数字前一个出现的位置,取所有小于枚举右端点r的值中最大的一个做为l,用优先队列维护即可,[l + 1,r]就 ...