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

Clarify en_sync with BG enable.

parent 0aaaa370
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
Pipeline #41220 passed
This commit is part of merge request !297. Comments created here will be created in the context of that merge request.
...@@ -158,7 +158,7 @@ begin ...@@ -158,7 +158,7 @@ begin
-- apply ctrl.enable immediately -- apply ctrl.enable immediately
v.blk_en := ctrl.enable; v.blk_en := ctrl.enable;
else else
-- keep blk_en and apply ctrl.enable at input sync pulse -- keep blk_en and apply ctrl.enable (on or off) at input sync pulse
if en_sync='1' then if en_sync='1' then
v.blk_en := ctrl.enable; v.blk_en := ctrl.enable;
end if; end if;
......
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