update github actions

This commit is contained in:
Fischer Moseley 2023-02-15 12:05:54 -05:00
parent 0c11b34ad3
commit 24008fdcad
3 changed files with 1 additions and 12 deletions

View File

@ -1,10 +0,0 @@
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

View File

@ -9,7 +9,7 @@ jobs:
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: iverilog -g2012 -o sim.out test/uart_tb.sv src/manta/uart_tx.sv src/manta/uart_rx.sv
- run: vvp sim.out
fifo:

View File

@ -2,7 +2,6 @@
## Manta: An In-Situ Debugging Tool for Programmable Hardware
![functional_simulation](https://github.com/fischermoseley/manta/actions/workflows/functional_simulation.yml/badge.svg)
![formal_verification](https://github.com/fischermoseley/manta/actions/workflows/formal_verification.yml/badge.svg)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)