Skip to content

Commit

Permalink
Allow anaPwrEn to be turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Oct 8, 2024
1 parent 8aa8e89 commit aca96d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firmware/common/warm_tdm/rtl/WarmTdmConfig.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ begin
v.anaPwrEn := '1';
end if;

if (r.anaPwrEnAxi = '0') then
v.anaPwrEn := '0';
end if;


-- Run the clock divide counter
v.clkCount := r.clkCount + 1;
Expand Down

0 comments on commit aca96d4

Please sign in to comment.