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

@@ -42,7 +42,7 @@ begin
IS_SAME_SIGN <= S_SIGN xnor Y_SIGN;
AbsCheck: EqualCheck
ABS_CHECK : EqualCheck
generic map ( BITCOUNT => 31 )
port map (X => X_ABS, Y => Y_ABS, IS_EQUAL => IS_SAME_ABS_VALUE);