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:
David Banks 2018-12-21 17:25:29 +00:00
parent 1dcf9fa247
commit 285697d175

View File

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