Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/efinix: add a few IO primitives, IO constraints, sdc rework #2060

Merged
merged 5 commits into from
Sep 10, 2024

Commits on Sep 5, 2024

  1. build/efinix: add a few IO primitives, IO constraints, but mainly it …

    …rework how the SDC are handled
    Dolu1990 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c0fddb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599c6dd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    109ae17 View commit details
    Browse the repository at this point in the history
  2. soc/cores/clock/efinix.py: register_clkin: uses clkin.name_override a…

    …s input_signal name when name is not provided and PLL is configured in CORE or INTERNAL mode, create_clkout: added PLL name in clk_name str
    trabucayre committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ad09ffc View commit details
    Browse the repository at this point in the history
  3. soc/cores/clock/efinix.py: fill platform.clks with clkout mapping cd/…

    …clk_out_name. litex/build/efinix/ifacewriter.py: generate_lvds: when slow_clk/fast_clk are ClockSignal uses platform.clks to map between domain and signal name
    trabucayre committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a80f290 View commit details
    Browse the repository at this point in the history