![]() |
|
|
|
#1 |
|
i want the VHDL code for Fixed point division ... so anyone can help
me...??? Darshil |
|
|
|
|
#2 |
|
Posts: n/a
|
Darshil schrieb:
> i want the VHDL code for Fixed point division ... so anyone can help > me...??? > google for : VHDL Floating Point use ieee.float_pkg_c.all .... Result <= divide(a,b); .... have a nice synthesis Eilert backhus |
|
|
|
#3 |
|
Posts: n/a
|
Darshil schrieb:
> i want the VHDL code for Fixed point division ... so anyone can help > me...??? > Hi Darshil, sorry, I was too sleepy yesterday. Mistook fixed for float. so here: http://www.opencores.com/projects.cg...vider/overview are division cores in verilog. Download the source get a book about verilog and translate. (Or synthesize the verilog code and export a VHDL-Netlist have a nice synthesis Eilert backhus |
|