Skip to content
Snippets Groups Projects
Commit c4643805 authored by joachim.schmidt's avatar joachim.schmidt
Browse files

updated Scalp Router for debugging

parent 8b7824bf
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@
-- Tool version: 2020.2
-- Description: scalp_firmware
--
-- Last update: 2021-05-07
-- Last update: 2021-05-10
--
---------------------------------------------------------------------------------
......@@ -1130,9 +1130,10 @@ begin
if ScalpRouterResetxRNA = '0' then
TXAxiss2mVectorxD(C_LOCAL_IF_ID).ReadyxS <= '0';
elsif rising_edge(AuroraClkMasterxC.UserClkxC) then
if TXAxism2sVectorxD(C_LOCAL_IF_ID).ValidxS = '1' then
TXAxiss2mVectorxD(C_LOCAL_IF_ID).ReadyxS <= '1';
end if;
TXAxiss2mVectorxD(C_LOCAL_IF_ID).ReadyxS <= '1';
-- if TXAxism2sVectorxD(C_LOCAL_IF_ID).ValidxS = '1' then
-- TXAxiss2mVectorxD(C_LOCAL_IF_ID).ReadyxS <= '1';
-- end if;
end if;
end process ReadLocalxP;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment