diff --git a/MAE.vhd b/MAE.vhd index ea1f43d..fe56fe9 100644 --- a/MAE.vhd +++ b/MAE.vhd @@ -80,7 +80,7 @@ begin elsif cs = Tempo then start_tempo <= '1'; - if fin_tempo = '1'; + if fin_tempo = '1' then start_tempo <= '0'; fs <= ReadReg; end if;