Type Conversion in VHDL

hi all,

how to convert integer numbers to real numbers and vice-vers. and what will be the hardware generated for real multiplication.

please reply soon ...

thanks

Reply to
ujjwal
Loading thread data ...

Did you bother to Google? I guess not... Q1. vhdl convert integer real Q2. fpga multiplier structure site:xilinx.com fpga multiplier structure site:altera.com

HTH, Syms.

Reply to
Symon

You can't easily multiply real numbers in HDL code. You could use an IP core for it, or you could represent the numbers in a fixed point format and multiply them.

---Matthew Hicks

Reply to
Matthew Hicks

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.