Comopletato sommatore-sottrattore con test

This commit is contained in:
2019-08-29 16:38:19 +02:00
parent b6c1d7abe2
commit 6c5accaabe
196 changed files with 231 additions and 16789 deletions

View File

@@ -5,7 +5,7 @@ entity TwoComplement is
generic(BITCOUNT : integer := 8);
port(
DIFF_EXP_C2 : in std_logic_vector((BITCOUNT-1) downto 0);
DIFF_EXP_ABS : out std_logic_vector((BITCOUNT-2) downto 0);
DIFF_EXP_ABS : out std_logic_vector((BITCOUNT-2) downto 0)
);
end TwoComplement;