From 284853c1c93e4403ce7a136a30eec285a9e9fd71 Mon Sep 17 00:00:00 2001 From: Solveig <solvlang@stud.ntnu.no> Date: Thu, 14 Nov 2024 20:09:47 +0100 Subject: [PATCH] endringer --- controller_tb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller_tb.vhd b/controller_tb.vhd index e646eba..1acd4d6 100644 --- a/controller_tb.vhd +++ b/controller_tb.vhd @@ -96,7 +96,7 @@ begin begin msg_key <= '1'; wait for CLK_PERIOD; - --wait for CLK_PERIOD; + wait for CLK_PERIOD; msg_key <= '0'; wait for CLK_PERIOD; end pressButton; -- GitLab