完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我正在使用XUPV2P板进行项目编程,对Virtex-II Pro的嵌入式Microblaze进行编程。 现在我遇到了一个问题:我正在编写的代码达到了微纤维的最大可用BRAM数量。 你们中的任何人都知道是否有办法将指令存储在XUPV2P的另一个存储器中(例如ACE闪存或ROM)? 我已经阅读了一些帖子,但他们总是谈论像uClinux这样的内核的引导加载,而这不是我的情况。 我从来没有遇到过这样的问题:对你有什么建议吗? 谢谢, 西蒙娜 以上来自于谷歌翻译 以下为原文 Hi,I'm wrorking with the XUPV2P board for a project, programming the embedded Microblaze of the Virtex-II Pro.Now I'm facing a problem: the code I'm writing is reaching the maximum amount of available BRAM for the microblaze.Anyone of you knows if there is a way to store the instructions in another memory on XUPV2P (for example the ACE flash memory or the ROM)?I already read some posts but they always talk about the bootloading of kernels like uClinux, and that's not my case.I never faced problems like this: have you any advice for me, please? Thank you, Simone |
|
相关推荐
2个回答
|
|
我不是XUPV2P的专家,但我知道它有一个DDR SDRAM DIMM。
一般来说,嵌入式处理器有几种可能性: - 直接从BRAM运行(就像你一样) - 使用BRAM进行堆栈/堆并使用Flash运行处理器代码(由于性能问题通常不推荐) http://www.xilinx.com/xlnx/xil_ans_display.jsp?iLanguageID=1&iCountryID=1&getPagePath=23748(8.1i EDK - 如何直接从Flash执行MicroBlaze代码?) - 使用BRAM进行堆栈/堆以及初始处理器引导加载程序。 然后,这将从非易失性存储器(例如闪存)复制较大的指令代码(太大而不适合可用的BRAM)到更快的存储器(例如DDR SDRAM) 我不认为你的电路板有闪光灯(它规定了我们的#2和#3)并且在SysACE中这样做可能不是一个简单的例子。 这带给我们下一个选择...... - 使用BRAM进行堆栈/堆和bootloop。 然后使用“dow”将你的精灵下载到SDRAM并从那里执行。 这可能是你最好的。 它将需要在上电后手动下载代码(相对于以前的方法,可以在设置后自动配置),但它已经完成并记录在案: http://www.xilinx.com/univ/xupv2p_mem_ctrls.html 有关更详细的说明,请参阅示例文件中的doc文件。 祝你好运, BT ==次要编辑 消息由timpe于09-26-2007 09:45 AM编辑 以上来自于谷歌翻译 以下为原文 I'm not the expert on the XUPV2P, but I know it has a DDR SDRAM DIMM.Generally speaking, there are several possibilities for an embedded processor:-run directly from BRAM (as you've done) -use the BRAM for stack/heap and use Flash for running the processor code (not generally recommended because of performance issues)http://www.xilinx.com/xlnx/xil_ans_display.jsp?iLanguageID=1&iCountryID=1&getPagePath=23748 (8.1i EDK - How can I execute MicroBlaze code directly from flash?) -use the BRAM for stack/heap as well as initial processor bootloader. This would then copy the larger instruction code (too big to fit into available BRAM) from non-volatile storage (e.g. Flash) to faster memory (e.g. DDR SDRAM) I don't think your board has flash (which rules our #2 and #3) and doing this across SysACE may not be the easist example. Which brings us to the next option... -use BRAM for stack/heap and bootloop. Then use "dow" to download your elf into SDRAM and execute from there. This is likely your best best. It will require manually downloading the code after power-up (versus the previous approach which could configure automatically once it has been setup), but it has already done and documented:http://www.xilinx.com/univ/xupv2p_mem_ctrls.htmlSee the doc file in the example files for a more detailed description. Good luck,bt == minor edit Message Edited by timpe on 09-26-2007 09:45 AM |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2378 浏览 7 评论
2793 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2260 浏览 9 评论
3334 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2426 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
750浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
537浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
360浏览 1评论
753浏览 0评论
1955浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-20 01:49 , Processed in 1.444958 second(s), Total 77, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号