diff --git a/src/AtomCpuMon.vhd b/src/AtomCpuMon.vhd index 301be49..6ab1e3b 100644 --- a/src/AtomCpuMon.vhd +++ b/src/AtomCpuMon.vhd @@ -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;