zoukankan      html  css  js  c++  java
  • CyconeIII和epcs的配置解决方法!

    Solution ID: rd11012007_792
    Last Modified: Aug 26, 2009
    Product Category: Devices
    Product Area: Configuration (FPGA)
    Product Sub-area: Configuration Devices
    Software: Quartus II Linux,Quartus II PC,Quartus II UNIX
    Device Family: CYCLONE III

    Title

    Why does my Cyclone III FPGA fail to access the EPCS device using the EPCS Controller module?

    Description

    In Cyclone® III devices, the EPCS controller does not automatically assign its output pins to the dedicated configuration pins on the FPGA. Instead, the output pins are exported to the top level design, giving users the flexibility to connect to any EPCS devices.

    Therefore, in order to use the EPCS Configuration Controller the pins must be assigned manually, and the following settings must be made the Quartus® II software: 

    1. Choose Settings from the Assignments menu
    2. Click Device and Pin Options from the Device category
    3. Click Dual-Purpose Pins and then make the following changes:

    Data[0] -> Use as regular I/O
    Data[1] -> Use as regularr I/O
    DCLK -> Use as regular I/O
    FLASH_nCE/nCS0 -> Use as regular I/O

    You must check the device Pin-Out file for the Cyclone III device which you are using to make the following pins assignments:

    data0_to_the_epcs_controller -> DATA0
    sdo_from the_epcs_controller -> DATA1,ASDO
    dclk_from_epcs_controller -> DCLK
    sce_from_the_epcs_controller -> FLASH_nCE

  • 相关阅读:
    js中常用的算法排序
    bootstrap Table的使用方法
    js中的继承
    js函数的节流与防抖
    along.js
    Vue组件通讯
    前端性能优化
    Vue路由学习心得
    Vue 2.0 路由全局守卫
    【前端】自适应布局方法总结
  • 原文地址:https://www.cnblogs.com/CodeWorkerLiMing/p/2536803.html
Copyright © 2011-2022 走看看