mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-04-06 14:38:29 +00:00
All: synchronise cpu reset generated by AVR
Change-Id: I05f78a48dda721b882c3dd20755763c94e60b194
This commit is contained in:
parent
8e77183c17
commit
86b8e219eb
@ -613,8 +613,8 @@ begin
|
||||
if reset_counter(reset_counter'high) = '0' then
|
||||
reset_counter <= reset_counter + 1;
|
||||
end if;
|
||||
nrst3 <= nrst2;
|
||||
cpu_reset_n <= nrst3 and reset_counter(reset_counter'high) and (not reset);
|
||||
nrst3 <= nrst2 and reset_counter(reset_counter'high) and (not reset);
|
||||
cpu_reset_n <= nrst3;
|
||||
end if;
|
||||
end if;
|
||||
end process;
|
||||
|
Loading…
x
Reference in New Issue
Block a user