diff --git a/01-WaveformGenerator/WaveformGenerator/hdl/sawtoothGen_studentVersion.vhd b/01-WaveformGenerator/WaveformGenerator/hdl/sawtoothGen_studentVersion.vhd index 26d7f58..d95447a 100644 --- a/01-WaveformGenerator/WaveformGenerator/hdl/sawtoothGen_studentVersion.vhd +++ b/01-WaveformGenerator/WaveformGenerator/hdl/sawtoothGen_studentVersion.vhd @@ -4,7 +4,7 @@ ARCHITECTURE studentVersion OF sawtoothGen IS BEGIN - count: process(clock) + count: process(clock, reset) begin if reset = '1' then counter <= (others => '0'); diff --git a/01-WaveformGenerator/WaveformGenerator/hds/.cache.dat b/01-WaveformGenerator/WaveformGenerator/hds/.cache.dat index ff4f925..57529ab 100644 Binary files a/01-WaveformGenerator/WaveformGenerator/hds/.cache.dat and b/01-WaveformGenerator/WaveformGenerator/hds/.cache.dat differ