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 possibility to configure random stalls for axi_stream #557

Merged
merged 25 commits into from
Feb 10, 2020
Merged

add possibility to configure random stalls for axi_stream #557

merged 25 commits into from
Feb 10, 2020

Commits on Feb 10, 2020

  1. Added possibility to configure random stalls

    At creation of master/slave one can provide a configuration which tells
    how often a stall should occure, and if it occures what the
    minimal/maximal stall length of such a stall shall be.
    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    60ffc73 View commit details
    Browse the repository at this point in the history
  2. Added lines for linter

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    c8af779 View commit details
    Browse the repository at this point in the history
  3. Removed whitespaces and added check for zero stall activity where not…

    … expected
    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a7179f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1804abc View commit details
    Browse the repository at this point in the history
  5. uncommented disabled checks

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    c460bf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e3f7e3 View commit details
    Browse the repository at this point in the history
  7. Fixed order of generics to be backwards compatible

    based on pull request comment of 1138-4EB
    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3efca1a View commit details
    Browse the repository at this point in the history
  8. Change of stall generics to provide [0-100]% stall

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0856b53 View commit details
    Browse the repository at this point in the history
  9. replaces stat signals with records

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    c25636e View commit details
    Browse the repository at this point in the history
  10. only include RandomPType with use instead of all

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    46564a0 View commit details
    Browse the repository at this point in the history
  11. made random variable privat to process

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5aadfa8 View commit details
    Browse the repository at this point in the history
  12. moved procedures that are private to a private package

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4f14cea View commit details
    Browse the repository at this point in the history
  13. give meaningful name to generics to avoid comment

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0e20ec8 View commit details
    Browse the repository at this point in the history
  14. fixed return value for p_actor in new_axi_stream_slave

    Changed new_actor to p_actor
    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5e0794e View commit details
    Browse the repository at this point in the history
  15. added procedure drive_invalid_output

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    c3e6cf2 View commit details
    Browse the repository at this point in the history
  16. replaced for loop with direct call to test case

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a6b69ec View commit details
    Browse the repository at this point in the history
  17. introduced new_stall_config function

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    78acd19 View commit details
    Browse the repository at this point in the history
  18. unified random stall test cases for axi_stream

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a811f38 View commit details
    Browse the repository at this point in the history
  19. removed explicit numbers in test case

    this makes it more general and percentage numbers can be varied through
    the generics without having to manual change the vhdl code.
    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    83d91cc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    065e58d View commit details
    Browse the repository at this point in the history
  21. reformated using black

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    07ab061 View commit details
    Browse the repository at this point in the history
  22. fixed typo

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ae0db7c View commit details
    Browse the repository at this point in the history
  23. fixed formating issues

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4005b05 View commit details
    Browse the repository at this point in the history
  24. Fixed year of license text in axi_stream_private_pkg.vhd

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3489cee View commit details
    Browse the repository at this point in the history
  25. uppercased test bench variable

    David Stadelmann committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3d0e47c View commit details
    Browse the repository at this point in the history