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

wishbone.bus.Decoder: Only assert stb when slave is selected #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 23, 2021

  1. wishbone.bus.Decoder: Only assert stb when slave is selected

    While a slave should check both cyc and stb are asserted, it is a bit
    odd that we assert stb on all slaves even if they are not selected.
    
    This changes stb to behave like the cyc signal, and adds a few tests.
    antonblanchard committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    21210f1 View commit details
    Browse the repository at this point in the history