From de6f722978d6974b7a46ffb707e243e4ea6d5b37 Mon Sep 17 00:00:00 2001 From: David Banks Date: Mon, 1 Aug 2016 16:34:47 +0100 Subject: [PATCH] Adjusted Din sampling point ~40ns later so it co-incides with Phi2 Change-Id: Ibdd44b83a139b6560efc886e95714ee91daef3dc --- src/AtomCpuMon.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AtomCpuMon.vhd b/src/AtomCpuMon.vhd index 8eeba78..bd4d792 100644 --- a/src/AtomCpuMon.vhd +++ b/src/AtomCpuMon.vhd @@ -148,9 +148,9 @@ begin end if; end process; - data_latch : process(Phi0) + data_latch : process(Phi0_b) begin - if falling_edge(Phi0) then + if falling_edge(Phi0_b) then if (fakeTube_n = '0' and Addr_int = x"FEE0") then Din <= x"FE"; else