fix sawtooth generator sensitivity signals
This commit is contained in:
parent
9fab167e18
commit
95e3c95a06
@ -4,7 +4,7 @@ ARCHITECTURE studentVersion OF sawtoothGen IS
|
|||||||
|
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
||||||
count: process(reset, clock, en, step)
|
count: process(clock)
|
||||||
begin
|
begin
|
||||||
if reset = '1' then
|
if reset = '1' then
|
||||||
counter <= (others => '0');
|
counter <= (others => '0');
|
||||||
|
Loading…
Reference in New Issue
Block a user