1.Error: Can't synthesize current design -- Top partition does not contain any logic

中文:不能综合当前设计,顶层文件没有任何逻辑

原因:顶层文件设置错了,双击top level 就会发现模块内没有代码

解决:重新找到顶层模块,设置为顶层模块。

 

2.Nios ii ide 编译时出现了错误:region RAM is full

中文:ram不足

原因:工程右键:system Library Properties->c/c+build 中Support C++库太大了。

解决:工程右键:system Library Properties->c/c+build 去掉Support C++,选small c library

 

3.Nios ii ide 硬件仿真时出现了错误:There is a problem with the Quartus II installation on your computer.
  Please use `jtagconfig` for further diagnosis.

原因:我选用的是usb-blaster,下载线没有设定usb-blaster

解决:run->run...->工程名 Nios_HW configuration->Target Connection/JTAG Cable项选择USB-Blaster

Nios II 向板上下载程序时错误解决 

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-10-22
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-01-14
  • 2021-08-11
  • 2022-12-23
相关资源
相似解决方案