mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
6502: remove 40ns skew between phi1/phi2 outputs, as this erodes address hold time time from phi1
Change-Id: Idd2b1418a18f6bb5cf2b553b6a069c42a0e64b97
This commit is contained in:
parent
1dcf9fa247
commit
285697d175
@ -198,8 +198,8 @@ begin
|
||||
end if;
|
||||
end process;
|
||||
|
||||
Phi1 <= not (Phi0_b or Phi0_d);
|
||||
Phi2 <= Phi0_b and Phi0_d;
|
||||
Phi1 <= not Phi0_b;
|
||||
Phi2 <= Phi0_b;
|
||||
cpu_clk <= not Phi0_d;
|
||||
busmon_clk <= Phi0_d;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user