Skip to content

Fixed some typo in README #26

Fixed some typo in README

Fixed some typo in README #26

Workflow file for this run

name: Cocotb Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install Dependencies
run: |
sudo apt-get update -q
sudo apt-get install -y iverilog
pip install cocotb
- name: Run Cocotb Test
run: |
make