FPGA编译出现复用引脚
176310 Can’t place multiple pins assigned to pin location Pin_K22(IOPAD_X77_Y33_N14)

错误如下图所示:
176310 Can’t place multiple pins assigned to pin location Pin_K22(IOPAD_X77_Y33_N14)(FPGA编译出现复用引脚)
解决方案:
方法1:
在qsf文件加以下语句:
set_global_assignment -name CYCLONEII_RESERVE_NCEO_AFTER_CONFIGURATION “USE AS REGULAR IO”

方法2:在软件里面设置,按照下图步骤1-4操作。

  1. 在菜单找Assignments 选择Device ,如下图1,图2所示
    176310 Can’t place multiple pins assigned to pin location Pin_K22(IOPAD_X77_Y33_N14)(FPGA编译出现复用引脚)176310 Can’t place multiple pins assigned to pin location Pin_K22(IOPAD_X77_Y33_N14)(FPGA编译出现复用引脚)
    2.根据下面的序号对管脚nCEO进行设置,一般是将programming pin设置成regular io176310 Can’t place multiple pins assigned to pin location Pin_K22(IOPAD_X77_Y33_N14)(FPGA编译出现复用引脚)
    3设置完成后,重新编译即可。

相关文章:

  • 2021-12-14
  • 2022-01-27
  • 2021-09-15
  • 2021-11-11
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-05
  • 2021-09-19
  • 2022-12-23
  • 2022-01-06
  • 2021-06-13
  • 2021-05-29
  • 2021-09-11
相关资源
相似解决方案