From c2ddefda2ed6badddac5c229f59fcb25860759a4 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 20 Nov 2023 18:47:55 -0600 Subject: rtl/gfx: remove gfx_{perspective{,_flow}, fp_inv} --- ip/ip_fp_inv.cmp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ip/ip_fp_inv.cmp (limited to 'ip/ip_fp_inv.cmp') diff --git a/ip/ip_fp_inv.cmp b/ip/ip_fp_inv.cmp deleted file mode 100644 index a2cef51..0000000 --- a/ip/ip_fp_inv.cmp +++ /dev/null @@ -1,10 +0,0 @@ - component ip_fp_inv 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(15 downto 0) -- q - ); - end component ip_fp_inv; - -- cgit v1.2.3