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

Add axi master #1017

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

Add axi master #1017

wants to merge 56 commits into from

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    99b2e5e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    f8ef5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c10753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a930b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    656437f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7de251b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    a178966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9707df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82ccdba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    79dca3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06c724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc62a7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c513813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a960c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    4efcc4f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    89753ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45f3ab View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    44f2381 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    59f59ae View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Added burst write bus

    developer committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1f53450 View commit details
    Browse the repository at this point in the history
  2. Added burst write axi

    developer committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    947388e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    e72ca73 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    ae90878 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    fdef5db View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    cf81eda View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    5a9b915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755f5d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Added VC standard rules

    LarsAsplund committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0cb3082 View commit details
    Browse the repository at this point in the history
  2. Added rule for locking

    LarsAsplund committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0e7eabe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dd66f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3bf541 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4448cb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efb0849 View commit details
    Browse the repository at this point in the history
  7. implement wait states

    c-thaler committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d15414c View commit details
    Browse the repository at this point in the history
  8. fix trailing whitespace

    c-thaler committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    60ce019 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49f5c3c View commit details
    Browse the repository at this point in the history
  10. use single generic parameter

    All generics are now integrated into a single parameter of type
    apb_master_t.
    c-thaler committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    86cb9e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a658da4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3c1ec3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a69abfe View commit details
    Browse the repository at this point in the history
  14. let the apb_master ctor be handled by bus_master

    The bus_master implementation will create an actor if null_actor is
    given as parameter. So we don't have to do it in apb_master.
    c-thaler committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    839edf0 View commit details
    Browse the repository at this point in the history
  15. lock test_runner_cleanup entry gate

    Keep it locked while there is unfinished work to do.
    c-thaler committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    043ba5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7005bc View commit details
    Browse the repository at this point in the history
  17. fix whitespace issues

    c-thaler committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bf15f57 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d84a03 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b156f16 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. implement support for pslverror

    Major change to support optional pslverror signal of APB3.
    c-thaler committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e44e313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a7968 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix instance names

    c-thaler committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f6fd6e5 View commit details
    Browse the repository at this point in the history
  2. add id and unexpected message policy parameter

    Implementing rules 5 and 10.
    The logger name is set according to the id field.
    c-thaler committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2eb5409 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    94a43c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b893ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f2f9f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    b5ecdc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d9f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be358bc View commit details
    Browse the repository at this point in the history