1
0

fix sawtooth generator sensitivity signals

This commit is contained in:
Rémi Heredero 2024-02-27 11:23:42 +01:00
parent 9fab167e18
commit 95e3c95a06

View File

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