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

Make testbenches selftesting in CI #302

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 22, 2024

  1. tb: Make tb_tk1.v selftesting

    - Exit with the right error code
    dehanj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5dc354c View commit details
    Browse the repository at this point in the history
  2. tb: make tb_tk1_spi_master.v selftesting

    - Compare against expected value
    - Exit with the correct error code
    dehanj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c7fd598 View commit details
    Browse the repository at this point in the history
  3. tb: make touch_sense selftesting

    - Check for expected word
    - Exit with the right error code
    dehanj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8e8aa7e View commit details
    Browse the repository at this point in the history
  4. tb: make trng selftesting

    - Exit with the right error code
    dehanj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    aa5608b View commit details
    Browse the repository at this point in the history
  5. tb: make uart selftesting

    - Exit with the right exit code
    dehanj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6bdd038 View commit details
    Browse the repository at this point in the history
  6. CI: Run testbenches in CI

    - Comment out uds testbench since it is broken
    dehanj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4e7c511 View commit details
    Browse the repository at this point in the history