diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-11 14:25:49 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-11 14:25:49 +0200 |
commit | a1f490fccb27f1b886840269403f84cf5eb0ba3b (patch) | |
tree | 236c6fc12213f39e8410eb9cbf0c3e7cc3934319 /src | |
parent | 647f63e6b519e7ba9e5d6c189bd1c1d7786135c0 (diff) |
update old projects
Diffstat (limited to 'src')
-rw-r--r-- | src/note-synth.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |