diff --git a/ps1/ps01q/ps01q.vhd b/ps1/ps01q/ps01q.vhd index a409d0c..ee77916 100644 --- a/ps1/ps01q/ps01q.vhd +++ b/ps1/ps01q/ps01q.vhd @@ -46,7 +46,7 @@ begin Y2 <= C xnor SIG_INTERNAL; --gate three - Y1 <= A nor B; -- in assigment gate three is not ????? + Y1 <= A nor B; -- in assignment gate three is not ????? end behavioral;