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

@@ -33,10 +33,10 @@ architecture SpecialCasesCheckArch of SpecialCasesCheck is
begin
NC: NaNCheck
NC : NaNCheck
port map (X => X, Y => Y, IS_NAN => IS_NAN);
ZC: ZeroCheck
ZC : ZeroCheck
port map (X => X, Y => Y, IS_ZERO => IS_ZERO);
end SpecialCasesCheckArch;