Board logo

标题: [转帖]nios + sram(自定义逻辑接口) 使用心得! [打印本页]

作者: bjxiong    时间: 2006-12-1 11:28     标题: [转帖]nios + sram(自定义逻辑接口) 使用心得!

nios + sram(自定义逻辑接口)
1. 在自己的板子上,如果我们使用nios
2. 希望程序在外部sram中跑,可以选用已有的组件
3. 也可以自定义用户逻辑

5. 如下: 在此只添加一sram的接口(flash请自行添加

现有的硬件: sram 与 flash 的连接pin如下:
flash_ce , flash_oe,flash_we
sram_ce , sram_oe ,sram_we , sram_HB,sram_LB
公用 addr总线 ,data总线 ,

5.1 添加三态总线(sram 与 flash 共用)
5.2 添加 [Legacy Components ] - > [interface to user logic]
选择 "Bus Interface Type" 为 Avalon memory Slave

5.3 取消 “Import verilog,vhdl,edif,or....”那个checkbox的 勾
5.4 在"port information " 组中“Add port”

sram_data 16 inout share data
sram_addr 20 input share address
sram_ce 1 input chipselect_n
sram_oe 1 input read_n
sram-we 1 input write_n
sram_be 2 input byteenable_n
5.5 timing
setup 40 ns
wait 160 ns
hold 40 ns

好了,可以了


作者: bjxiong    时间: 2006-12-1 11:28

大家有心得体会得上来补充!


作者: kzw    时间: 2006-12-1 12:15

呵呵,赞一个,楼上的这种方法是比较好的,一般也应该这样做,sram不要用什么ip核,直接用总线接口就很好了,并且还可以和flash公用总线。


作者: rabbitguozan    时间: 2007-5-21 12:56

我喜欢,
作者: joyfox    时间: 2007-6-2 16:10

这么加上去的sram的读写速度怎么控制!
作者: lichao_ecjtu    时间: 2009-4-21 13:02

不错 谢谢 顶!!
作者: flanix    时间: 2009-4-21 20:26

比较简单可以推荐。


作者: reallmy    时间: 2009-12-19 18:39

能具体说下咋作吗,不会啊,看着急死我了!!!




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0