diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-11-27 14:46:14 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-11-27 14:46:14 +0100 |
| commit | d2cbbf49cf8e866af996672ff1b34bb428091261 (patch) | |
| tree | 377797fd414461ef797be20fc97ee8596235e5a6 /src/min8b.vhd | |
| parent | c8e5df8075b7539082b8afb0f161bae2fc99c8d7 (diff) | |
ALU implemented but broken
Diffstat (limited to 'src/min8b.vhd')
| -rw-r--r-- | src/min8b.vhd | 2 |
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); |