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
......@@ -158,7 +158,7 @@ begin
-- apply ctrl.enable immediately
v.blk_en := ctrl.enable;
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
v.blk_en := ctrl.enable;
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