update github actions to make badges nicer

This commit is contained in:
Fischer Moseley 2023-02-04 13:18:16 -05:00
parent 1dca4fc9e4
commit c70836d44a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: formal_verification
on: [push]
jobs:
uart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install iverilog
- run: iverilog -g2012 -o sim.out test/formal_uart_tb.sv src/uart_tx.sv src/uart_rx.sv
- run: vvp sim.out