Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Floating point conversion [Verilog]

Hello, I am trying to find a way to convert numbers into floating point. For example: Let Y=-A/B; And A and B are integers, but B>> A. Therefore the range of Y is [0 1]. I alread...