Merge branch 'master' of https://github.com/optimize-fast/IEEE754Adder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user