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

Analyzer: Generic Wishbone Device Analyzer #1427

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2020

  1. comm_analyzer: analyze generic Wishbone PHYs

    Add generic handler for Wishbone PHY devices, that will save the
    bus transactions to a VCD file.
    
    Signed-off-by: Drew Risinger <drewrisinger@users.noreply.github.com>
    drewrisinger committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    b76b238 View commit details
    Browse the repository at this point in the history
  2. analyzer: send unknown RTIO to GenericWishbone

    Unknown RTIO channels will be converted to VCD by
    GenericWishboneHandler.
    
    Signed-off-by: Drew Risinger <drewrisinger@users.noreply.github.com>
    drewrisinger committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    83995cf View commit details
    Browse the repository at this point in the history