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

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

 

原文地址:https://www.cnblogs.com/woshitianma/p/3124967.html