Introduction - If you have any usage issues, please Google them yourself
4-bit divider library IEEE use IEEE.std_logic_1164.all use IEEE.std_logic_unsigned.all entity fpdiv is port (DIVz: out STD_LOGIC A: in STD_LOGIC_VECTOR (3 downto 0) B: in STD_LOGIC_VECTOR (3 downto 0) data_out: out STD_LOGIC_VECTOR (3 downto 0)) end fpdiv