Skip to content
Snippets Groups Projects
Commit 48d6c7fd authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

processed review comment

parent fb4e7246
Branches
No related tags found
1 merge request!200Resolve L2SDP-294
Pipeline #24996 passed
......@@ -253,8 +253,8 @@ BEGIN
-- No need to transfer eop counter across clock domains for single clock
ELSE
wr_eop_busy <= '0'; -- To prevent inferred latch.
wr_eop_new <= '0'; -- To prevent inferred latch.
wr_eop_busy <= '0'; -- Not used here, fix value to prevent inferred latch.
wr_eop_new <= '0'; -- Not used here, fix value to prevent inferred latch.
IF snk_in.eop = '1' THEN
wr_eop_cnt <= 1; -- wr_eop_cnt can simply be set to 1 instead of counting as it is immidiatly processed due to having a single clock.
ELSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment