在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 10656|回复: 3

[求助] Verilog里面的乘法、求模、除法

[复制链接]
发表于 2012-12-16 15:08:16 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
请问这三个运算是如何实现的?是调用FPGA内部已经有的硬件运算单元吗?自己写的乘法器跟直接用*做乘法有什么区别?
发表于 2012-12-16 18:52:01 | 显示全部楼层
这个基本都是LUT,相当于一个ram,两个乘数因子构成地址,一个时钟就能输出
如果你自己写个乘法器,再怎么处理你看多少时钟周期才能输出
发表于 2012-12-16 19:36:48 | 显示全部楼层
There are many ways to implement a multiplier or a divider. If you have small operand size (for example, 8bit) then you can probably do that with LUT that store all possible outcomes in a ROM. however, if you have big operand size (for example, 32bit) then you might need a good algorithm to do that. A popular circuit synthesizer (for example, DC) has already implemented optimized algorithms in its database and you don't have to implement your own. Just write * or / in your RTL will do.
发表于 2017-6-30 10:32:25 | 显示全部楼层
回复 3# apyamy
Are you kidding me?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-25 12:18 , Processed in 0.019002 second(s), 9 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表