update github actions
This commit is contained in:
parent
0c11b34ad3
commit
24008fdcad
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
## Manta: An In-Situ Debugging Tool for Programmable Hardware
|
||||

|
||||

|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[](https://github.com/psf/black)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue