Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20704 Discussions

Fixed point [Math functions in verilog]

Altera_Forum
Honored Contributor II
996 Views

Hello, 

Is there any library for math functions in verilog? By math functions, I mean division and exponential. If it is in VHDL please let me know as well.. But verilog will be the best. 

 

 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
264 Views

VHDL has divide, but its not really that useful for real designs because divides need some serious pipelining. So you need an IP divider instead that you can get in VHDL or verilog.

0 Kudos
Reply