文件名称:Verilog_add_div_multi_exp
介绍说明--下载内容均来自于网络,请自行研究使用
使用verilog写的32位浮点数加法模块、浮点数乘法模块、浮点数除法模块、浮点数指数模块。指数模块是综合前面三个例化成泰勒级数求指数,迭代次数(可设置)决定了精度。-Use verilog write 32-bit floating-point addition module, floating-point multiplication module, floating-point division module, the floating point number index module.Index module is a comprehensive index of the front three cases into Taylor series for calculating index, the number of iterations can be set to determine the precision
(系统自动生成,下载前可以参看下载内容)
下载文件列表
expower.v
float_add.v
float_divide.v
float_multi.v