diff options
Diffstat (limited to 'src/invgate_equation.vhd')
-rw-r--r-- | src/invgate_equation.vhd | 2 |
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;
|