diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-31 17:52:27 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-02 22:20:23 -0600 |
| commit | 814eb9d024a928380815a8a830eee3b86d71cf75 (patch) | |
| tree | 3fe80bd9dd5aabe1d944fe24935d2f2c2fb239e3 /ip/ip_fp_inv.cmp | |
| parent | eed877444f9af85d6e4596853d8f188e61f6c4ed (diff) | |
ip: add ip_fp_inv
Diffstat (limited to 'ip/ip_fp_inv.cmp')
| -rw-r--r-- | ip/ip_fp_inv.cmp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ip/ip_fp_inv.cmp b/ip/ip_fp_inv.cmp new file mode 100644 index 0000000..a2cef51 --- /dev/null +++ b/ip/ip_fp_inv.cmp @@ -0,0 +1,10 @@ + 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; + |
