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

processed review comments

parent 2a8f137b
No related branches found
No related tags found
Loading
......@@ -185,7 +185,7 @@ BEGIN
);
-- Transfer eop counter across clock domains for dual clock
gen_dp_fifo_dc : IF g_use_dual_clock=TRUE GENERATE
gen_rd_eop_cnt_dc : IF g_use_dual_clock=TRUE GENERATE
reg_wr_eop_cnt <= TO_UVEC(wr_eop_cnt, c_word_w);
u_common_reg_cross_domain : ENTITY common_lib.common_reg_cross_domain
PORT MAP (
......@@ -202,7 +202,7 @@ BEGIN
END GENERATE;
-- No need to transfer eop counter across clock domains for single clock
gen_dp_fifo_sc : IF g_use_dual_clock=FALSE GENERATE
gen_rd_eop_cnt_sc : IF g_use_dual_clock=FALSE GENERATE
wr_fifo_usedw <= rd_fifo_usedw;
rd_eop_new <= '1';
END GENERATE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment