From c4643805d4140fd0cac4e789bad3cb062026fcc8 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Mon, 10 May 2021 10:06:28 +0200 Subject: [PATCH] updated Scalp Router for debugging --- .../scalp_firmware/2020.2/src/hdl/scalp_firmware.vhd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/designs/vivado/scalp_firmware/2020.2/src/hdl/scalp_firmware.vhd b/designs/vivado/scalp_firmware/2020.2/src/hdl/scalp_firmware.vhd index d0a23a7..ac32694 100644 --- a/designs/vivado/scalp_firmware/2020.2/src/hdl/scalp_firmware.vhd +++ b/designs/vivado/scalp_firmware/2020.2/src/hdl/scalp_firmware.vhd @@ -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; -- GitLab