Skip to content

re-org before tmr

re-org before tmr #61

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
moving-average-accumulator-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Dependencies
run: |
sudo apt-get install -y verilator make
- name: Run Simulation
run: |
cd mov_avg_acc
make test