Division operation in VHDL


http://community.newelectronics.co.uk/Topic912.aspx
Print Topic | Close Window

By FPGA newbie - 18/01/2012 14:44:27
How do I intilise and perform the below division operation in VHDL??Thanks

(a/b) := ((a*d)/(b*d))
(c/d) :=((c*b)/(b*d))