Skip to content
Snippets Groups Projects
Commit 64b008d0 authored by Reinier van der Walle's avatar Reinier van der Walle Committed by Pieter Donker
Browse files

processed review comment

parent 017384ac
No related branches found
No related tags found
1 merge request!207Made antenne_band_index RW in sdp_info. Removed O_si, N_si from sdp_info...
......@@ -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