This commit is contained in:
2019-08-29 15:57:03 +02:00
parent f776837718
commit b8975dd180
5 changed files with 51 additions and 543 deletions

View File

@@ -4,7 +4,7 @@ use IEEE.STD_LOGIC_1164.ALL;
entity TypeCheck is
port(
N : in std_logic_vector(31 downto 0);
N : in std_logic_vector(30 downto 0);
NAN, INF : out std_logic
);