完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我试图在sp601上使用外部RAM(Elpida DDR2内存),因为我没有资源在FPGA中创建任何内存。 我有几个问题。 1)如果我是对的,我必须通过fpga上的MCB块连接外部存储器。我在vhdl中编码了我的设计。 我可以使用核心生成器工具为MCB生成vhdl代码吗? 2)就模拟模型而言,我可以在elpida网站上看到verilog中的模型。 有些vhdl仿真模型在哪里? 3)我是初学者,如果有人可以帮助一些与sp601上的外部存储器通信所需的pdf,我将非常感激。 4)另外,我计划使用xilinx ISE 12.1附带的ISIM模拟器。 有什么建议吗? 谢谢 。 以上来自于谷歌翻译 以下为原文 Hello, I am trying to use external RAM (Elpida DDR2 memory) on sp601 as i am out of resources for creating any memory in the fpga. I have couple of questions. 1) If i am right , i have to interface the external memory through MCB block on fpga.I coded my design in vhdl. Can i generate a vhdl code for the MCB using core generator tool? 2) As far as the simulation model is concerned, i could see model in verilog on elpida website. Is there a vhdl simulation model out some where? 3) I am a beginner, Would really appreciate if some one can help with some pdf needed to talk to external memory on sp601. 4) Also, I m planning to use ISIM simulator that comes with xilinx ISE 12.1. Any suggestions on this? Thanks . |
|
相关推荐
6个回答
|
|
1)是的,最简单的方法是将MCB用于此目的。
您可以使用Coregen为MCB生成包装器。 在您的Coregen选项中,您可以选择VHDL和Verilog。 寻找“内存接口生成器”,然后寻找MIG。 2)很少有可用于DDR2的VHDL模型。 您可以在网上找到一个,但大多数供应商仅提供Verilog。 3)请查看以下信息: http://www.xilinx.com/support/documentation/ip_documentation/ug416.pdf http://www.xilinx.com/support/documentation/user_guides/ug388.pdf http://www.xilinx.com/support/documentation/boards_and_kits/xtp039.pdf 4)ISIM应该可以正常工作,如果需要,可以处理混合的Verilog / VHDL仿真。 以上来自于谷歌翻译 以下为原文 1) yes, it would be easiest to use the MCB for this purpose. You can use Coregen to generate the wrapper for the MCB. In your Coregen options, you'll get a choice of VHDL and Verilog. Look for "Memory Interface Generators" and then MIG. 2) There are very few VHDL models available for DDR2. You may be able to find one on the web, but most vendors provide Verilog only. 3) Take a look at the following for information: http://www.xilinx.com/support/documentation/ip_documentation/ug416.pdf http://www.xilinx.com/support/documentation/user_guides/ug388.pdf http://www.xilinx.com/support/documentation/boards_and_kits/xtp039.pdf 4) ISIM should work fine and will handle the mixed Verilog / VHDL simulation if you need it. |
|
|
|
谢谢你的所有建议。
当你说混合verilog / vhdl时,是否意味着我可以使用vhdl生成包装器并使用verilog仿真模型来模拟整个设计。 这是否意味着我可以在同一设计中同时使用vhdl和verilog代码并使用ISIM进行模拟。 以上来自于谷歌翻译 以下为原文 Thanks for all your suggestions. When u say mixed verilog/vhdl , does it mean that i can generate wrapper with vhdl and use verilog simulation model to simulate the whole design. Does it mean that i can have both vhdl and verilog code in the same design and simulate it using ISIM. |
|
|
|
Page 63 ofhttp://www.xilinx.com/support/documentation/sw_manuals/xilinx12_1/plugin_ism.pdf确实表明混合模式模拟可能存在一些限制。
查看更多信息。 ISim支持混合语言项目文件和混合语言模拟。 这使得 您将Verilog模块包含在VHDL设计中,反之亦然。 一些限制 申请: “ISim支持混合语言项目文件和混合语言模拟。这使您能够在VHDL设计中包含Verilog模块,反之亦然。一些限制适用于” 以上来自于谷歌翻译 以下为原文 Page 63 of http://www.xilinx.com/support/documentation/sw_manuals/xilinx12_1/plugin_ism.pdf does indicate that mixed mode simulation is possible with some restrictions. Check it out for more information. ISim supports mixed language project files and mixed language simulation. This enablesyou to include Verilog modules in a VHDL design, and vice versa. Some restrictionsdo apply:"ISim supports mixed language project files and mixed language simulation. This enablesyou to include Verilog modules in a VHDL design, and vice versa. Some restrictionsdo apply" |
|
|
|
|
|
|
|
嗨,
我试图获得DDR2(sp601上的elpida)的仿真模型用于模拟目的,但是在我看到elpida的网站上看到这个产品是EOL(生命终结)并且我无法下载verilog模型,我联系那里支持 他们把我推荐给denali(www.ememory.com)和synopsys,但他们都需要一些软件许可来运行这些模型。 任何人都可以简单地给我发送verilog模型吗? 我知道当这个产品肆意EOL我可以从网站上下载它。 谢谢! Zvika。 以上来自于谷歌翻译 以下为原文 Hi, i'm trying to get a simulation model of the DDR2 (elpida on the sp601) for simulation purpose but after i saw in elpida's website that this product is EOL (end of life) and i cant download the verilog model, i contact there support and they refered me to denali (www.ememory.com) and to synopsys but both of them required some sofware license for running the models. can anyone simply sent me the verilog model? i know that when this product wanst EOL i could simply download it from the site. thanks! Zvika. |
|
|
|
是否有可以下载型号的等效Micron部件?
------------------------------------------“如果它不起作用 模拟,它不会在板上工作。“ 以上来自于谷歌翻译 以下为原文 Is there an equivalent Micron part that you can download a model for? ------------------------------------------ "If it don't work in simulation, it won't work on the board." |
|
|
|
只有小组成员才能发言,加入小组>>
2380 浏览 7 评论
2797 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2262 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2428 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
755浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
543浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
365浏览 1评论
1960浏览 0评论
681浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 09:37 , Processed in 1.425434 second(s), Total 86, Slave 69 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号