Skip to content

Update README

Update README #35

Workflow file for this run

name: Ubuntu
on: [push, pull_request]
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install pylint
- run: cd test; ./lint.sh
ci-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install iverilog
- run: iverilog -V
- run: sudo apt install verilator
- run: verilator -V
- run: cd test; ./regression.sh