hi

D

Darshil

Guest
i want the VHDL code for Fixed point division ... so anyone can help
me...???
 
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
 
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.cgi/web/divider/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 :) Unmaintainable, but VHDL)

have a nice synthesis
Eilert
 

Welcome to EDABoard.com

Sponsor

Back
Top