Skip to content

added spdat reg and debug stuff #19

added spdat reg and debug stuff

added spdat reg and debug stuff #19

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
testing:
runs-on: ubuntu-latest
container: mbtaylor1982/cocotb-iverilog:latest
steps:
# 1 - Checkout repository
- name: Checkout repository
uses: actions/checkout@v3
# 2 - Change to cocotb test dtirectory
- name: Change to cocotb test dtirectory
run: cd RTL/cocotb
- name: run pytest
uses: pavelzw/pytest-action@v2
with:
emoji: true
verbose: true
job-summary: true
click-to-expand: false