EPCS 在 nios2 中的引脚分配问题

来源:互联网 发布:python array转置 编辑:程序博客网 时间:2024/05/01 07:55

cyclone iii系列的器件在建立软和nios2时,添加EPCS控制器的话会多出4个引脚(相对2代器件)解决办法:

In CycloneIII 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 QuartusII software.
Please follow these steps: 

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

 

原创粉丝点击