Creato modulo CarryLookAhead

This commit is contained in:
2019-08-29 18:08:25 +02:00
parent f4f0989ac4
commit f8ee1d5e27
13 changed files with 224 additions and 117 deletions

View File

@@ -23,7 +23,7 @@ begin
SIGN <= DIFF_EXP_C2(BITCOUNT-1);
C2_PROCESS : process(DIFF_EXP_C2, SIGN)
C2_PROCESS : process (DIFF_EXP_C2, SIGN)
begin
@@ -33,7 +33,7 @@ begin
end process;
SUM : process(DIFF_EXP_ABS, SIGN)
SUM : process (DIFF_EXP_ABS, SIGN)
variable CARRY : std_logic;