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: ifacewriter: some fixes #2079

Merged

Commits on Sep 26, 2024

  1. efinix: ifacewriter: fix out_reg in GPIO INOUT block

    fix `out_reg` in GPIO INOUT block.
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    10ab1b7 View commit details
    Browse the repository at this point in the history
  2. efinix: ifacewriter: add in_clk_inv for GPIO INPUT block

    add `in_clk_inv` for GPIO INPUT block.
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2c35367 View commit details
    Browse the repository at this point in the history
  3. efinix: ifacewriter: remove deprecated GPIO properties

    removes `OE_CLK_PIN_INV` and `OE_CLK_PIN` as they
    got deprecated in efinity 2023.1.
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a605e75 View commit details
    Browse the repository at this point in the history
  4. efinix: common: replace is_inclk_inverted

    replace `is_inclk_inverted` with `in_clk_inv` and `out_clk_inv`.
    This way thwe right prop is set in the ifacewriter.py.
    
    Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
    maass-hamburg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    afcc477 View commit details
    Browse the repository at this point in the history