From a1f490fccb27f1b886840269403f84cf5eb0ba3b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 11 Apr 2024 14:25:49 +0200 Subject: update old projects --- src/note-synth.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/note-synth.vhd b/src/note-synth.vhd index 3d37022..72a1cd1 100644 --- a/src/note-synth.vhd +++ b/src/note-synth.vhd @@ -45,7 +45,7 @@ begin CLK_FOR_F5; PWM_OUT <= PWM_OUT_TEMP and NOTE_PLAY; - process(CLK) + process(CLK, RESET) variable CLK_COUNTER : integer := 0; begin if RESET = '1' then -- cgit v1.2.3