aboutsummaryrefslogtreecommitdiff
path: root/src/min8b.vhd
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-27 14:46:14 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-27 14:46:14 +0100
commitd2cbbf49cf8e866af996672ff1b34bb428091261 (patch)
tree377797fd414461ef797be20fc97ee8596235e5a6 /src/min8b.vhd
parentc8e5df8075b7539082b8afb0f161bae2fc99c8d7 (diff)
ALU implemented but broken
Diffstat (limited to 'src/min8b.vhd')
-rw-r--r--src/min8b.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/min8b.vhd b/src/min8b.vhd
index 449169f..f2623aa 100644
--- a/src/min8b.vhd
+++ b/src/min8b.vhd
@@ -27,7 +27,7 @@ architecture Behavioral of min8b is
Cout: out std_logic);
end component;
begin
- twoc: component twoc
+ complement: component twoc
port map (
A => B,
X => Bmin);