WIP: MAE (corrigé)

This commit is contained in:
Adrien Bourmault 2022-03-21 12:30:11 +01:00
parent 6cc3689572
commit 25ede10e3d
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -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;