fix sensibility
This commit is contained in:
parent
681c567da7
commit
5c9f884e2f
@ -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');
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user