Skip to content

Commit

Permalink
userclk: separate device independent from Agilex 7 configuration
Browse files Browse the repository at this point in the history
The user clock frequency configuration protocol varies across devices.
Move the Agilex 7 and Stratix 10 configuration sequences out of
fpga_user_clk.c and into a new protocol-specific file.

Signed-off-by: Michael Adler <michael.adler@altera.com>
  • Loading branch information
michael-adler committed Feb 6, 2025
1 parent 7108ce9 commit 4578c43
Show file tree
Hide file tree
Showing 9 changed files with 681 additions and 509 deletions.
1 change: 1 addition & 0 deletions libraries/plugins/xfpga/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ set(SRC
version.c
userclk.c
usrclk/fpga_user_clk.c
usrclk/fpga_user_clk_type1.c
plugin.c
sysobject.c
manage.c
Expand Down
Loading

0 comments on commit 4578c43

Please sign in to comment.