Skip to content
Snippets Groups Projects
Commit 2b463e92 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Correct timing of cnt_en_arr.

parent a5ebe619
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
...@@ -193,7 +193,7 @@ BEGIN ...@@ -193,7 +193,7 @@ BEGIN
-- strobe counters -- strobe counters
gen_counters : FOR I IN 0 TO g_nof_counts-1 GENERATE gen_counters : FOR I IN 0 TO g_nof_counts-1 GENERATE
cnt_en_arr(I) <= cnt_en AND in_strobe_reg_arr(I); cnt_en_arr(I) <= cnt_en AND in_strobe_reg2_arr(I);
u_counter : ENTITY common_lib.common_counter u_counter : ENTITY common_lib.common_counter
GENERIC MAP ( GENERIC MAP (
......
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