aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ReadMe.md2
-rw-r--r--src/invgate_equation.vhd2
2 files changed, 2 insertions, 2 deletions
diff --git a/ReadMe.md b/ReadMe.md
index dd0e23b..8798912 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,4 +1,4 @@
-VHDL Essentials
+VLSI Design - Laboratory Exercises
===============
Part of the VLSI Design Module this project repository contains design data and documents of
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;