1/1
floating point substraction,division,multiplication and addition
by haribabu on Nov 12, 2009 |
haribabu
Posts: 1 Joined: Aug 21, 2009 Last seen: Aug 25, 2015 |
||
i need the code for floating point multiplication and above mentioned all.its urgent.plz help
|
RE: floating point substraction,division,multiplication and addition
by chyg on Oct 7, 2010 |
chyg
Posts: 1 Joined: Sep 30, 2010 Last seen: Jan 25, 2011 |
||
i need the code for floating point multiplication and above mentioned all.its urgent.plz help
|
RE: floating point substraction,division,multiplication and addition
by jeremybennett on Oct 7, 2010 |
jeremybennett
Posts: 815 Joined: May 29, 2008 Last seen: Jun 13, 2019 |
||
If you need it in Verilog/VHDL look at the various artihmetic cores on OpenCores. If you need it in C/C++ look at TestFloat/SoftFloat (use Google). Both are used in OpenRISC, the former in its optional FPU, the latter in Or1ksim, its architectural simulator. HTH Jeremy
-- |
1/1