AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
adijif/__init__.py
adijif/adijif.py
adijif/agent_api.py
adijif/cli.py
adijif/common.py
adijif/draw.py
adijif/gekko_trans.py
adijif/jesd.py
adijif/jif_dt.py
adijif/mcp_server.py
adijif/optimization.py
adijif/registry.py
adijif/solvers.py
adijif/system.py
adijif/system_draw.py
adijif/types.py
adijif/utils.py
adijif/clocks/__init__.py
adijif/clocks/ad9523.py
adijif/clocks/ad9523_1_bf.py
adijif/clocks/ad9528.py
adijif/clocks/ad9528_bf.py
adijif/clocks/ad9545.py
adijif/clocks/clock.py
adijif/clocks/hmc7044.py
adijif/clocks/hmc7044_bf.py
adijif/clocks/ltc6952.py
adijif/clocks/ltc6952_bf.py
adijif/clocks/ltc6953.py
adijif/converters/__init__.py
adijif/converters/ad9081.py
adijif/converters/ad9081_dp.py
adijif/converters/ad9081_draw.py
adijif/converters/ad9081_util.py
adijif/converters/ad9084.py
adijif/converters/ad9084_dp.py
adijif/converters/ad9084_draw.py
adijif/converters/ad9084_util.py
adijif/converters/ad9088_dp.py
adijif/converters/ad9144.py
adijif/converters/ad9144_bf.py
adijif/converters/ad9144_draw.py
adijif/converters/ad9152.py
adijif/converters/ad9152_dp.py
adijif/converters/ad9680.py
adijif/converters/ad9680_bf.py
adijif/converters/ad9680_draw.py
adijif/converters/adc.py
adijif/converters/adrv9009.py
adijif/converters/adrv9009_bf.py
adijif/converters/adrv9009_draw.py
adijif/converters/adrv9009_util.py
adijif/converters/converter.py
adijif/converters/dac.py
adijif/converters/resources/AD9084_JTX_JRX.xlsx
adijif/converters/resources/ad9081_JRx_204B.csv
adijif/converters/resources/ad9081_JRx_204C.csv
adijif/converters/resources/ad9081_JTx_204B.csv
adijif/converters/resources/ad9081_JTx_204C.csv
adijif/converters/resources/full_rx_mode_table_ad9081.csv
adijif/converters/resources/full_tx_mode_table_ad9081.csv
adijif/fpgas/__init__.py
adijif/fpgas/fpga.py
adijif/fpgas/xilinx/__init__.py
adijif/fpgas/xilinx/bf.py
adijif/fpgas/xilinx/pll.py
adijif/fpgas/xilinx/sevenseries.py
adijif/fpgas/xilinx/ultrascaleplus.py
adijif/fpgas/xilinx/versal.py
adijif/fpgas/xilinx/xilinx_draw.py
adijif/plls/__init__.py
adijif/plls/adf4030.py
adijif/plls/adf4371.py
adijif/plls/adf4382.py
adijif/plls/pll.py
adijif/plls/utils/__init__.py
adijif/plls/utils/adf4030_arch.py
adijif/sys/__init__.py
adijif/sys/clocks_bundle.py
adijif/sys/s_plls.py
adijif/tools/explorer/PyADI-JIF_logo.png
adijif/tools/explorer/PyADI-JIF_logo_dark.png
adijif/tools/explorer/cli.py
adijif/tools/explorer/main.py
adijif/tools/explorer/src/state.py
adijif/tools/explorer/src/utils.py
adijif/tools/explorer/src/pages/__init__.py
adijif/tools/explorer/src/pages/adf4030_system_designer.py
adijif/tools/explorer/src/pages/clockconfigurator.py
adijif/tools/explorer/src/pages/jesdbasic.py
adijif/tools/explorer/src/pages/jesdmodeselector.py
adijif/tools/explorer/src/pages/systemconfigurator.py
adijif/tools/explorer/src/pages/helpers/datapath.py
adijif/tools/explorer/src/pages/helpers/drawers.py
adijif/tools/explorer/src/pages/helpers/jesd.py
adijif/tools/explorer/src/pages/helpers/optimization.py
pyadi_jif.egg-info/PKG-INFO
pyadi_jif.egg-info/SOURCES.txt
pyadi_jif.egg-info/dependency_links.txt
pyadi_jif.egg-info/entry_points.txt
pyadi_jif.egg-info/requires.txt
pyadi_jif.egg-info/top_level.txt
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_abstract_device_interfaces.py
tests/test_ad9081.py
tests/test_ad9084.py
tests/test_ad9084_combined.py
tests/test_ad9084_coverage.py
tests/test_ad9084_profile_cache_invalidation.py
tests/test_ad9084_rx_ebz.py
tests/test_ad9084_tx.py
tests/test_ad9084_util_coverage.py
tests/test_ad9088_tx.py
tests/test_ad908x_datapath_snapshots.py
tests/test_ad908x_datapath_validation.py
tests/test_ad908x_variant_metadata.py
tests/test_ad9144_modes.py
tests/test_ad9152.py
tests/test_ad9545_request_ownership.py
tests/test_adf4030.py
tests/test_adf4030_arch.py
tests/test_adf4371.py
tests/test_adf4382.py
tests/test_adrv9009.py
tests/test_adrv9009_profile.py
tests/test_agent_cli.py
tests/test_bf.py
tests/test_clock_request_ownership.py
tests/test_clock_setter_ownership.py
tests/test_clock_state_ownership.py
tests/test_clocks.py
tests/test_clocks_more_coverage.py
tests/test_component_config_ownership.py
tests/test_component_registry.py
tests/test_config_cache_invalidation.py
tests/test_config_cache_ownership.py
tests/test_converter.py
tests/test_converter_cache_invalidation.py
tests/test_converter_coverage.py
tests/test_daq2.py
tests/test_device_state_cleanup.py
tests/test_draw.py
tests/test_drawing_coverage.py
tests/test_examples.py
tests/test_final_coverage.py
tests/test_fmcdaq3.py
tests/test_fpga.py
tests/test_jesd.py
tests/test_jif_dt.py
tests/test_ltc_coverage.py
tests/test_mcp_server.py
tests/test_mcp_server_coverage.py
tests/test_more_coverage.py
tests/test_optimization.py
tests/test_pll_state_ownership.py
tests/test_setup_cache_invalidation.py
tests/test_solve_output.py
tests/test_system.py
tests/test_system_coverage.py
tests/test_system_reset_lifecycle.py
tests/test_system_topology_invalidation.py
tests/test_utils.py
tests/test_versal_pll.py
tests/test_xilinx_bf.py
tests/test_xilinx_coverage.py
tests/test_xilinx_pll.py
tests/test_xilinx_pll_state_ownership.py
tests/adrv9009_profiles/Tx_BW100_IR122p88_Rx_BW100_OR122p88_ORx_BW100_OR122p88_DC245p76.txt
tests/adrv9009_profiles/Tx_BW200_IR245p76_Rx_BW100_OR122p88_ORx_BW200_OR245p76_DC245p76.txt
tests/adrv9009_profiles/Tx_BW200_IR245p76_Rx_BW200_OR245p76_ORx_BW200_OR245p76_DC245p76.txt
tests/adrv9009_profiles/Tx_BW400_IR491p52_Rx_BW100_OR122p88_ORx_BW400_OR491p52_DC245p76.txt
tests/apollo_profiles/ad9084_profiles/id00_stock_mode.bin
tests/apollo_profiles/ad9084_profiles/id00_stock_mode.blueprint
tests/apollo_profiles/ad9084_profiles/id00_stock_mode.h
tests/apollo_profiles/ad9084_profiles/id00_stock_mode.hpp
tests/apollo_profiles/ad9084_profiles/id00_stock_mode.json
tests/apollo_profiles/ad9084_profiles/id00_stock_mode.summary
tests/tools/test_adf4030systemdesigner.py
tests/tools/test_diagram_themes.py
tests/tools/test_jesd_helpers.py
tests/tools/test_jesdbasic.py
tests/tools/test_jesdmodeselector.py
tests/tools/test_systemconfigurator.py
tests/tools/test_systemconfigurator_optimization.py
tests/tools/e2e/README.md
tests/tools/e2e/__init__.py
tests/tools/e2e/conftest.py
tests/tools/e2e/test_clock_configurator_e2e.py
tests/tools/e2e/test_cross_page_workflows_e2e.py
tests/tools/e2e/test_debug_clock.py
tests/tools/e2e/test_jesd_mode_selector_e2e.py
tests/tools/e2e/test_startup.py
tests/tools/e2e/test_system_configurator_e2e.py
tests/tools/e2e/test_visual_regression_e2e.py
tests/tools/e2e/baselines/clock_configurator/default.png
tests/tools/e2e/baselines/jesd_mode_selector/default.png
tests/tools/e2e/baselines/system_configurator/default.png
tests/tools/e2e/fixtures/__init__.py
tests/tools/e2e/fixtures/streamlit_app.py
tests/tools/e2e/helpers/__init__.py
tests/tools/e2e/helpers/visual_regression.py
tests/tools/e2e/pages/__init__.py
tests/tools/e2e/pages/base_page.py
tests/tools/e2e/pages/clock_configurator_page.py
tests/tools/e2e/pages/jesd_mode_selector_page.py
tests/tools/e2e/pages/system_configurator_page.py