diff --git a/01-WaveformGenerator/WaveformGenerator/hdl/sawtoothGen_studentVersion.vhd b/01-WaveformGenerator/WaveformGenerator/hdl/sawtoothGen_studentVersion.vhd index caf49f6..26d7f58 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(reset, clock, en, step) + count: process(clock) begin if reset = '1' then counter <= (others => '0');