Completato Normalizzatore

This commit is contained in:
2019-09-08 17:31:12 +02:00
parent 8378f521aa
commit 8043d43173
4 changed files with 173 additions and 25 deletions

View File

@@ -36,8 +36,6 @@ begin
CLA : AddSub
generic map (BITCOUNT => 48)
port map (X => X, Y => Y, IS_SUB => OP, RESULT => RESULT, OVERFLOW => OVERFLOW);
--OVERFLOW <= OVERFLOW_TMP xor OP;
end CarryLookAheadArch;