mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
Adjusted Din sampling point ~40ns later so it co-incides with Phi2
Change-Id: Ibdd44b83a139b6560efc886e95714ee91daef3dc
This commit is contained in:
parent
ba9364b2b7
commit
de6f722978
@ -148,9 +148,9 @@ begin
|
|||||||
end if;
|
end if;
|
||||||
end process;
|
end process;
|
||||||
|
|
||||||
data_latch : process(Phi0)
|
data_latch : process(Phi0_b)
|
||||||
begin
|
begin
|
||||||
if falling_edge(Phi0) then
|
if falling_edge(Phi0_b) then
|
||||||
if (fakeTube_n = '0' and Addr_int = x"FEE0") then
|
if (fakeTube_n = '0' and Addr_int = x"FEE0") then
|
||||||
Din <= x"FE";
|
Din <= x"FE";
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user