完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我正在C和matlab中实现图像比较的代码。现在我想知道从xilinx上的.c文件中的.m文件(或).vhdl文件创建.vhdl文件的过程,或者是否有任何可用于此转换的开源 并且所有.m文件都可以转换为.hdl文件或者是否有任何限制。请尽早告诉我。 谢谢, Ganesh神。 以上来自于谷歌翻译 以下为原文 Hi, I am implementing the code for image comparison in C and MATLAB.Now i want to know the process to create .vhdl file from .m file (or) .vhdl file from .c file on xilinx or is there any opensources available for this conversion and also is all .m files can be converted to .hdl files or is there any limitations.Please,let me know as early as possible. Thanks, Ganesh. |
|
相关推荐
11个回答
|
|
我认为你以前从未在VHDL中写过任何东西,这是正确的吗?
阿德里安 请在询问之前先查询您的问题。如果有人回答您的问题,请在“接受为解决方案”标记该帖子。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的星)。 以上来自于谷歌翻译 以下为原文 I take it you've never written anything in VHDL before, is that correct? Adrian Please google your question before asking it. If someone answers your question, mark the post with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left). |
|
|
|
尊敬的阿德里安,
感谢您的回复。实际上,我的项目是ATM访问指纹图像的比较。在我的项目中,我想使用MATLAB比较两个图像,然后将.m文件转换为.vhdl文件,我想要生成.bit文件 在FPGA或.hex文件上运行以在ARM上运行。我询问转换的可能性,有人说可以通过在xilinx中使用mbox工具,但有人说它仅限于matlab.so中的某些函数, 我想确认它的转换可能性。请尽早告诉我。我还附上了我的项目基础文件。 感谢和放大器;问候, R.V.L.Ganesh ATM终端设计基于指纹识别_05486288.pdf 406 KB 以上来自于谷歌翻译 以下为原文 Respected Adrian, Thanks for your reply.Actually my project is comparison of fingerprint images for ATM accessing.In my project i want to do comparison of two images using MATLAB and then convert that .m file to .vhdl file from that i want to generate .bit file to run on FPGA or .hex file to run on ARM .I enquired about the conversion possibilities,someone is saying that it is possible by using mbox tool in xilinx but some one are saying that it is confined to some functions in matlab.so,that i want to confirm about its possibilities of conversion.Please, let me know as early as possible.I am also attaching my project base paper. Thanks&Regards, R.V.L.Ganesh ATM terminal design is based on fingerprint recognition_05486288.pdf 406 KB |
|
|
|
Ganesh神,
我代表我的双胞胎兄弟阿德里安(出生时与我分居),请考虑回答阿德里安的问题: 我认为你以前从未在VHDL中写过任何东西,这是正确的吗? - 鲍勃埃尔金德 签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。 阅读手册或用户指南。 你读过手册了吗? 你能找到手册吗?2。 搜索论坛(并搜索网页)以寻找类似的主题。 不要在多个论坛上发布相同的问题。 不要在别人的主题上发布新主题或问题,开始新的主题!5。 学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。 提供有用的详细信息(请与网页,数据表链接).7。 您的代码中的评论不需要支付额外费用。 我没有支付论坛帖子的费用。 如果我写一篇好文章,那么我一无所获。 以上来自于谷歌翻译 以下为原文 Ganesh, On behalf of my twin brother Adrian (with whom I was separated at birth), please consider answering Adrian's question: I take it you've never written anything in VHDL before, is that correct?- Bob Elkind SIGNATURE: README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369 Summary: 1. Read the manual or user guide. Have you read the manual? Can you find the manual? 2. Search the forums (and search the web) for similar topics. 3. Do not post the same question on multiple forums. 4. Do not post a new topic or question on someone else's thread, start a new thread! 5. Students: Copying code is not the same as learning to design. 6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please). 7. You are not charged extra fees for comments in your code. 8. I am not paid for forum posts. If I write a good post, then I have been good for nothing. |
|
|
|
嗨Ganesh,
从Matlab到FPGA有两种方式。 一个是HDL-Coder工具箱。 另一个是Xilinx System Generator。 两者都有其优点和缺点,是的,有限制。 你不能只转换任何代码。 它必须遵守一些严格的规则和限制。 类似的东西也适用于C-Synthesis工具。 毫无疑问,当你考虑到甚至VHDL本身也只能使用其自身的一个子集进行综合时。 关键在于您要设计硬件,与软件有很大不同。 如果您的算法可以很好地作为软件运行,那么硬件实现的相同方法很可能会严重失败。 虽然所有这些工具对于算法内容都非常好(如果你知道如何处理它们),但是当你要设计接口到FPGA的外部世界时,它们会表现得很笨拙。 有一个很好的综合 Eilert 以上来自于谷歌翻译 以下为原文 Hi Ganesh, there are two ways that lead from Matlab to FPGAs. One is the HDL-Coder Toolbox. The other one is Xilinx System Generator. Both have their pros and cons and yes, there are limitations. You can't just convert any code. It has to comply with some strict rules and restrictions. Similar things apply for C-Synthesis tools. Which is no wonder, when you take in account that even VHDL itself can only use a subset of itself for synthesis. The point is that you are going to design hardware, wich differs greatly from software. If you have an algorithm working nicely as software, there is a good chance that an identical approach of a hardware implementation fails badly. And while all of these tools may be quite nice for algorithmic stuff (if you know how to handle them) they behave clumsy when you are going to design the interfaces to the outer world of the FPGA. Have a nice synthesis Eilert |
|
|
|
嗨艾勒特,
感谢您的支持。我将完成整个过程,如果有任何疑问,我会与您确认。如果您不介意我可以获得转换过程的屏幕截图。 感谢和放大器;问候, R.V.L.Ganesh 以上来自于谷歌翻译 以下为原文 Hi Eilert, Thanks for your support.I will go through the process and if any queries i will confirm with you.If you dont mind can i get the screen shots of the conversion process. Thanks&Regards, R.V.L.Ganesh |
|
|
|
嗨Ganesh,
如果有关于具体细节的进一步问题,请发布或给我留言。 关于屏幕截图:嗯,屏幕上没什么可看的,但进度条。 此外,我只能访问Xilinx sysgen。 其他工具,我知道但没有安装它们。 有一个很好的综合 Eilert 以上来自于谷歌翻译 以下为原文 Hi Ganesh, If further questions on specific details come up, just post them or write me a message. About the screenshots: Well, there's nothing much to see on the screen but progress bars. Also I only have access to Xilinx sysgen. The other tools, I know about but don't have them installed. Have a nice synthesis Eilert |
|
|
|
嗨艾勒特,
感谢您花费宝贵的时间。我将完成整个过程。 感谢和放大器;问候, R.V.L.Ganesh 以上来自于谷歌翻译 以下为原文 Hi Eilert, Thanks for spending your valuable time.I will go through the process. Thanks&Regards, R.V.L.Ganesh |
|
|
|
rvlganesh写道:
嗨艾勒特, 感谢您的支持。我将完成整个过程,如果有任何疑问,我会与您确认。如果您不介意我可以获得转换过程的屏幕截图。 感谢和放大器;问候, R.V.L.Ganesh 由于您拒绝回答Adrian的问题,我们只能假设您从未使用VHDL或FPGA做任何事情。 祝你好运。 你需要它。 ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 rvlganesh wrote: Since you refuse to answers Adrian's question, we can only assume that you've never done anything at all with VHDL or FPGAs. Good luck. You'll need it. ----------------------------Yes, I do this for a living. |
|
|
|
嗨Eilert先生,
我的M.tech项目是virtex5上的人脸识别,我需要帮助我的算法部分,我的算法是哈尔分类器(中提琴琼斯算法)。 我不知道如何启动我的算法部分。 然后我的项目是基于视频处理,所以我不知道如何在输入中给出像素值,这是我不知道如何将视频文件转换为TXT文件。 那么如何在RAM中提供像素值? 然后我在MATLAB中完成了我的模拟部分,那么如何将.m文件转换为.v文件(如verilog文件)? 有两种转换HDL文件的方法 1)Simulink HDL编码器 2)AccelDSP综合工具或ACCELDSP软件工具 我不知道ACCELDSP软件,所以PLZ给我这个软件的程序 帮我 谢谢, 通过, Mano.H 以上来自于谷歌翻译 以下为原文 Hi Eilert sir, my M.tech project is Face recognition on virtex5, i want help for the my algorithm part, My algorithm is Haar classifier (viola jones algorithm). i dont know how to start the my algorithm part. then my project is the video processing based, so i dont know how to give pixel value in Input, that is i dont know how to convert the video file into TXT file. then how to give pixel value's in RAM ? Then I was finished my simulation part in MATLAB, so how to convert the .m file to .v file(like verilog file) ? there r two way to convert the HDL file 1) Simulink HDL coder 2) AccelDSP Synthesis Tool or ACCELDSP Software tool I dont know about ACCELDSP software, so plz give me the procedure for that software help me Thank you, by, Mano.H |
|
|
|
先生,我的项目是关于FPGA virtex%kit的Face识别,然后我在MATLAB中完成了我的模拟部分,那么如何将.m文件转换为.v文件(如verilog文件)?
有两种转换HDL文件的方法1)Simulink HDL编码器2)AccelDSP综合工具或ACCELDSP软件工具我不知道ACCELDSP软件,所以PLZ给我这个软件的程序..谢谢你 以上来自于谷歌翻译 以下为原文 Sir, My project is Face recognition on FPGA virtex% kit, Then I was finished my simulation part in MATLAB, so how to convert the .m file to .v file(like verilog file) ? there r two way to convert the HDL file 1) Simulink HDL coder 2) AccelDSP Synthesis Tool or ACCELDSP Software tool I dont know about ACCELDSP software, so plz give me the procedure for that software.. thank you |
|
|
|
嗨,大家好,
我正在进行视频压缩,我在MATLAB中完成了压缩。 现在我想将.m文件转换为hdl文件或.c文件。 怎么可能。我知道 以上来自于谷歌翻译 以下为原文 Hi guys,I am working on Video Compression , I done compression in MATLAB. Now i want to convert that .m file to hdl file or .c file.How it is possible.let me know |
|
|
|
只有小组成员才能发言,加入小组>>
2429 浏览 7 评论
2830 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2298 浏览 9 评论
3378 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2468 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1298浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
592浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
455浏览 1评论
2010浏览 0评论
736浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-27 10:48 , Processed in 1.670559 second(s), Total 96, Slave 80 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号