aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohann Faerber <johann.faerber@hs-augsburg.de>2022-03-13 15:14:37 +0100
committerJohann Faerber <johann.faerber@hs-augsburg.de>2022-03-13 15:14:37 +0100
commitf48e8a6dce1613cba40e3e94d02b00875e8297d2 (patch)
treec976bc22a4031283bd4ee57cd6010305b3b36fb5 /src
parenta04bbf15b0f51696894e37f3e566998108aefd74 (diff)
deleted equation within invgate_equation.vhd
Diffstat (limited to 'src')
-rw-r--r--src/invgate_equation.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invgate_equation.vhd b/src/invgate_equation.vhd
index 69e920e..2cecc5d 100644
--- a/src/invgate_equation.vhd
+++ b/src/invgate_equation.vhd
@@ -22,7 +22,7 @@ ARCHITECTURE equation OF invgate IS
BEGIN
- y_o <= NOT a_i;
+ y_o <=
END equation;