Skip to content

Commit

Permalink
Fix example for new FPGA API
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 27, 2024
1 parent 0937762 commit c801c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/ad9081_rxtx_hmc7044.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

sys = adijif.system("ad9081", "hmc7044", "xilinx", vcxo, solver="CPLEX")
sys.fpga.setup_by_dev_kit_name("zcu102")
sys.fpga.ref_clock_constraint = "Unconstrained"
sys.fpga.sys_clk_select = "GTH34_SYSCLK_QPLL0" # Use faster QPLL
sys.converter.clocking_option = "integrated_pll"
sys.fpga.out_clk_select = "XCVR_PROGDIV_CLK" # force reference to be core clock rate
Expand Down

0 comments on commit c801c74

Please sign in to comment.