Skip to content

Commit

Permalink
Merge pull request #1108 from slaclab/ClockManagerUltraScale-fix
Browse files Browse the repository at this point in the history
bug fix for xilinx/UltraScale+/clocking/rtl/ClockManagerUltraScale.vhd
  • Loading branch information
ruck314 authored Sep 1, 2023
2 parents 956c8c9 + 166832a commit 6a1992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xilinx/UltraScale+/clocking/rtl/ClockManagerUltraScale.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ begin
end generate;

FbNoBufg : if (not FB_BUFG_G) generate
clkFbOut <= clkFbIn;
clkFbIn <= clkFbOut;
end generate;

ClkOutGen : for i in NUM_CLOCKS_G-1 downto 0 generate
Expand Down

0 comments on commit 6a1992e

Please sign in to comment.