Skip to content
Snippets Groups Projects
Commit d4faeb25 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added comment that host must first write low then this high part of 64-bit BSN.

parent 6ae72b10
Branches
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ BEGIN ...@@ -109,7 +109,7 @@ BEGIN
mm_scheduled_bsn(31 DOWNTO 0) <= sla_in.wrdata(31 DOWNTO 0); mm_scheduled_bsn(31 DOWNTO 0) <= sla_in.wrdata(31 DOWNTO 0);
WHEN 1 => WHEN 1 =>
mm_scheduled_bsn(63 DOWNTO 32) <= sla_in.wrdata(31 DOWNTO 0); mm_scheduled_bsn(63 DOWNTO 32) <= sla_in.wrdata(31 DOWNTO 0);
mm_scheduled_bsn_wr <= '1'; mm_scheduled_bsn_wr <= '1'; -- host must first write low then this high part
WHEN OTHERS => NULL; -- not used MM addresses WHEN OTHERS => NULL; -- not used MM addresses
END CASE; END CASE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment