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

Fixed Avavlon reads #68

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

Commits on Sep 27, 2024

  1. Fixed Avavlon reads

    The CoCoTb Avalon master driver and corsair do not agree with one and
    other.
    
    The driver removes the addres one a read pulse has been asserted (1
    clock cycle) while the hdl of corsair expects it to remain stable for at
    least one more cycle.
    This has been fixed by clocking in the address at a read pulse and use
    that for the read process.
    stdefeber committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a7f4668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed562e0 View commit details
    Browse the repository at this point in the history