完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我需要一些帮助。
我有这个顶级函数原型: void triangulate2D(float xCoor [MAX_NO_POINTS],float yCoor [MAX_NO_POINTS],float zCoor [MAX_NO_POINTS],array2d edgeMatrix); 当我在VIvado_hls中运行c Synthesis时,我得到以下结果: 有人可以告诉我为什么合成为每个阵列创建两个记忆,我该如何解决这个问题。 我已经知道我只需要这两个记忆中的一个。 提前致谢...!! 以上来自于谷歌翻译 以下为原文 Hi everyone, i need some help. I have this top function prototype: void triangulate2D(float xCoor[MAX_NO_POINTS],float yCoor[MAX_NO_POINTS],float zCoor[MAX_NO_POINTS],array2d edgeMatrix);When I run the c Synthesis in VIvado_hls, I take the following results: Can somebody tell me why synthesis creates two memories for each array and how can I resolve this issue. I already know that I need only one of these two memories. Thanks in advance...!! |
|
相关推荐
2个回答
|
|
它没有创建两个存储器,它创建了两个需要连接到外部RAM的ap_memory端口。
它正在制作两个端口,因为它希望能够在每个时钟周期访问两个元素。 您可以使用RESOURCE pragma强制它进入单端口RAM(“#pragma HLS RESOURCE variable = xCoor core = RAM_1P_LUTRAM”)。 但是,这可能会降低设计的性能。 以上来自于谷歌翻译 以下为原文 It's not creating two memories, it's creating two ap_memory ports that need to be connected to an external RAM. It's making two ports because it wants to be able to access two elements in every clock cycle. You can use the RESOURCE pragma to force it into a single-port RAM ("#pragma HLS RESOURCE variable=xCoor core=RAM_1P_LUTRAM"). However, this may reduce the performance of the design. |
|
|
|
你说得对....感谢你的回复...... !!!
以上来自于谷歌翻译 以下为原文 You are right....Thanks for your reply...!!! |
|
|
|
只有小组成员才能发言,加入小组>>
2380 浏览 7 评论
2797 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2262 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2428 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
756浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
545浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
366浏览 1评论
1963浏览 0评论
682浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 00:25 , Processed in 1.409511 second(s), Total 80, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号