博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SOPC & Nios II EDS常见问题集锦(持续更新)
阅读量:5035 次
发布时间:2019-06-12

本文共 1040 字,大约阅读时间需要 3 分钟。

1、问:新建工程时报错对话框“ Failed to execute:./creat-this-app --no-make ”

     答:以管理员身份运行Nios II EDS

2、"Warning: cpu: The address range of the slaves connected to the NIOS 2 instruction master exceeds 28 bits. Attempts to call function across 28 bit boundary is not supported by GCC and will result in linker errors"

     答:

This is because one of the slaves you connected to instruction master has been mapped to address 0x1000 0000 or above.

Locking base address is the correct procedure. You must have: base_address + slave range < 0x1000 0000
Connection to instruction master is mandatory if your memory slave is supposed to store code, since Nios use this bus connection to fetch instructions into the cpu for execution.
If you use a memory device uniquely for data storage, then only connection to data master is required. 
Separate instruction and data paths are convenient because cpu can fetch both an instruction and data in the same cycle, thus increasing performance compared to a single bus machine.

转载于:https://www.cnblogs.com/ing016/p/4412320.html

你可能感兴趣的文章
第二章 Java语言基础(2)
查看>>
JS编程最佳实践
查看>>
webpack用 babel将ES6转译ES5
查看>>
Deep Breath - 论文阅读笔记
查看>>
CentOS 7 上安装vim 解決 centos -bash: vim: command not found
查看>>
jpg毁损检测思路
查看>>
博客开通
查看>>
Objective-C观察者模式(Observer)
查看>>
Hacker1
查看>>
Go面向对象之接口
查看>>
python学习-- 理解'*','*args','**','**kwargs'
查看>>
详解C#特性和反射(一)
查看>>
ae arcgis engine 关于面转线的方法和注意事项
查看>>
[小工具] chrome上日语翻译工具
查看>>
扩展内置数据类型要注意先检测
查看>>
关于设计
查看>>
5、csdn中的一些java大牛
查看>>
第十五讲、组合模式
查看>>
hadoop-2.6.0.tar.gz + spark-1.6.1-bin-hadoop2.6.tgz的集群搭建(单节点)(CentOS系统)
查看>>
Logstash-2.4.1的下载(图文详解)
查看>>