summaryrefslogtreecommitdiff
path: root/ip/ip_fp_fix.cmp
blob: c810e8bfd1e804b4b6b0c3f39d9ae8ceae2149cf (plain)
1
2
3
4
5
6
7
8
9
10
	component ip_fp_fix is
		port (
			clk    : in  std_logic                     := 'X';             -- clk
			areset : in  std_logic                     := 'X';             -- reset
			en     : in  std_logic_vector(0 downto 0)  := (others => 'X'); -- en
			a      : in  std_logic_vector(15 downto 0) := (others => 'X'); -- a
			q      : out std_logic_vector(31 downto 0)                     -- q
		);
	end component ip_fp_fix;