Skip to content

Prepare v1.9.2

Prepare v1.9.2 #47

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