aboutsummaryrefslogtreecommitdiff
path: root/src/eq8b.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'src/eq8b.vhd')
-rw-r--r--src/eq8b.vhd3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eq8b.vhd b/src/eq8b.vhd
index 0c382a8..1f929e5 100644
--- a/src/eq8b.vhd
+++ b/src/eq8b.vhd
@@ -4,8 +4,7 @@ USE ieee.numeric_std.all;
entity eq8b is
port (
- A: in std_logic_vector(7 downto 0);
- B: in std_logic_vector(7 downto 0);
+ A, B: in std_logic_vector(7 downto 0);
Equal: out std_logic);
end eq8b;