1
0

fix sensibility

This commit is contained in:
Rémi Heredero 2024-03-08 16:16:30 +01:00
parent 681c567da7
commit 5c9f884e2f
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARCHITECTURE studentVersion OF sawtoothGen IS
BEGIN BEGIN
count: process(clock) count: process(clock, reset)
begin begin
if reset = '1' then if reset = '1' then
counter <= (others => '0'); counter <= (others => '0');