diff options
Diffstat (limited to 'ip/ip_fp_fix.cmp')
| -rw-r--r-- | ip/ip_fp_fix.cmp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ip/ip_fp_fix.cmp b/ip/ip_fp_fix.cmp new file mode 100644 index 0000000..c810e8b --- /dev/null +++ b/ip/ip_fp_fix.cmp @@ -0,0 +1,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; + |
