Description: 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
To Search:
File list (Check if you may need any files):
除法器.txt