This commit is contained in:
2019-08-29 15:21:25 +02:00
54 changed files with 3439 additions and 9635 deletions

View File

@@ -18,6 +18,8 @@ architecture EqualCheckArch of EqualCheck is
signal COMP_VEC : std_logic_vector((BITCOUNT-1) downto 0);
begin
COMP_VEC <= X xor Y;