由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - verilog 问题求教
相关主题
请问为什么没有人讨论并行计算的前景?ic design or signal processing?
Re: VLSI and Cadence请问哪位有好点介绍VHDL的电子书
Re: 给推荐两本好书吧(VHDL/Verilog)求助:verilog的modulus operator
Re: sigh, 一个搞communication的哥们也要被layoff了请问做VERILOG/VHDL Simulation 的时候能否调用C/C++ function?
Matlab help: sqrt raised cosine waveform请教转专业做ic design的MS找intern的经验
Re: VHDL vs. Verilog请问谁有Verilog HDL 高级数字设计的电子版答案?
Re: 什么是 firmware?why LTE does not use all subcarriers
求助:如何用verilog设计 8-bit squaring ROM请教大家一个VHDL和VERILOG的问题
相关话题的讨论汇总
话题: verilog话题: round话题: operation话题: type话题: function
进入EE版参与讨论
1 (共1页)
h*****u
发帖数: 24
1
用VERILOG实现算法的时候,碰到ROUND函数,查了一下,有的是把real data type
truncated to integer data type,但是不能synethesis, 不知道有没有什么其他的解
决办法?多谢
j***j
发帖数: 324
2
you should insert some cores or other functions, and call this function in
your code. Round (for some floating operation ) similar to the division is not a standard operation in
Verilog.
or , do that manually, not hard to write code to implement round.
btw: if you use core generator to generate the function, it is not the most
efficient way for your case, and it will consume a lot of gates.
1 (共1页)
进入EE版参与讨论
相关主题
请教大家一个VHDL和VERILOG的问题Matlab help: sqrt raised cosine waveform
BIN->DECIMAL有没有快速实现的算法?Re: VHDL vs. Verilog
请教一个VERILOG的问题Re: 什么是 firmware?
fpga, 请高手赐教求助:如何用verilog设计 8-bit squaring ROM
请问为什么没有人讨论并行计算的前景?ic design or signal processing?
Re: VLSI and Cadence请问哪位有好点介绍VHDL的电子书
Re: 给推荐两本好书吧(VHDL/Verilog)求助:verilog的modulus operator
Re: sigh, 一个搞communication的哥们也要被layoff了请问做VERILOG/VHDL Simulation 的时候能否调用C/C++ function?
相关话题的讨论汇总
话题: verilog话题: round话题: operation话题: type话题: function