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

Remove duplicate sync_reg statement.

parent d81b2cd1
No related branches found
No related tags found
No related merge requests found
Pipeline #37099 passed
...@@ -174,7 +174,6 @@ BEGIN ...@@ -174,7 +174,6 @@ BEGIN
-- instances. The ref_sync_reg is used to restart cnt_latency. Therefore the sync_reg -- instances. The ref_sync_reg is used to restart cnt_latency. Therefore the sync_reg
-- (instead of sync) is needed to capture latency (= cnt_latency) not too early, so capture -- (instead of sync) is needed to capture latency (= cnt_latency) not too early, so capture
-- cnt_latency at or after the cnt_latency has restarted. -- cnt_latency at or after the cnt_latency has restarted.
sync_reg <= sync WHEN rising_edge(clk);
ref_sync_reg <= ref_sync WHEN rising_edge(clk); ref_sync_reg <= ref_sync WHEN rising_edge(clk);
u_sync_timeout_cnt : ENTITY common_lib.common_counter u_sync_timeout_cnt : ENTITY common_lib.common_counter
......
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