Adjusted Din sampling point ~40ns later so it co-incides with Phi2

Change-Id: Ibdd44b83a139b6560efc886e95714ee91daef3dc
This commit is contained in:
David Banks 2016-08-01 16:34:47 +01:00
parent ba9364b2b7
commit de6f722978

View File

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