首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

NIOSII的内存是怎么分配的?

NIOSII的内存是怎么分配的?

没有看见配置内存的模块,是不是选择CPU时候同时搭配了内存?
编译完工程后,看到的编译信息中使用了RAM?这些RAM是不是内存和有些需要存储器的
模块共同使用的总量?
内存的文档在那个手册里面(我在安装目录下没有找到)?
谢谢!
我不会眼--铮--铮的看着你望火-坑里跳,我会闭---上-眼的
从手册中得到:NIOS II  processor include :
Program Controller&Address Generation
ExceptionController
InterruptController
Arithmetic Logic Unit
General Purpose Registers r0 to r31
Control Registers ctl0 to ctl4
Instruction Cache
Data Cache

而 Instruction Cache  、Data Cache 直接与AVoLON master port connect.

这样看 NIOS II没有内存,可以间接的把cache当作内存???

对否??谢谢
我不会眼--铮--铮的看着你望火-坑里跳,我会闭---上-眼的
The Nios II architecture does not specify anything about the existence of
memory and peripherals; the quantity, type, and connection of memory
and peripherals are system-dependent. Typically, Nios II processor
systems contain a mix of fast on-chip memory and slower off-chip
memory. Peripherals typically reside on-chip, although interfaces to offchip
peripherals also exist.

这一段解释on-chip memory?是什么意思?
我不会眼--铮--铮的看着你望火-坑里跳,我会闭---上-眼的
这些ram资源都是你自己添加进去的,单纯的cpu是不占ram资源的,注意一下你在哪儿用到了M4K ram。
在交流中前进,共同实现nios的应用。
返回列表