fix github actions config

This commit is contained in:
Fischer Moseley 2023-02-04 13:00:19 -05:00
parent 5ebf5ae3ec
commit cb318a8ff1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: run_all_tests
name: cross_platform_tests
on: [push]
jobs:
install-iverilog-source:

View File

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