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

Corrected the gpio_control_block to avoid potential floating signal driving an inverter #89

Merged
merged 1 commit into from
Apr 25, 2022

Commits on Apr 25, 2022

  1. Corrected the gpio_control_block so that the user_gpio_out signal

    does not pass through an inverter, so that the input can remain
    unconnected.  Rewired the existing implementation to use an
    alternative gate that has an inverting input so that the
    user_gpio_out signal can be left undriven when the GPIOs are in
    the management enable state.  This is a simple logic refactoring
    and does not change the logic function.  The manual rewiring has
    been confirmed by LVS, but at least one GL simulation should be
    run to confirm that the logic function remains the same as before.
    RTimothyEdwards committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    aa63fd8 View commit details
    Browse the repository at this point in the history