From d73a12f3abd04bc41e7726efdc1ba9f5e49192da Mon Sep 17 00:00:00 2001 From: Imants Pulkstenis <17215731+Clockfix@users.noreply.github.com> Date: Mon, 10 Feb 2020 23:07:59 +0200 Subject: [PATCH] Update ps01q.vhd --- ps1/ps01q/ps01q.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;