mirror of
https://github.com/fischermoseley/manta.git
synced 2026-09-01 18:36:56 +02:00
update functional sim
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
name: functional_simulations
|
||||
name: functional_simulation
|
||||
on: [push]
|
||||
jobs:
|
||||
uart:
|
||||
runs-on: ubuntu-latest
|
||||
uses: actions/checkout@v3
|
||||
uses: install-iverilog-apt
|
||||
steps:
|
||||
- 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
|
||||
Reference in New Issue
Block a user