From 5ebf5ae3ecf4cf113e65c7e3a9bb2f7e72673174 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sat, 4 Feb 2023 12:55:43 -0500 Subject: [PATCH] update functional sim --- .../{functional_simulations.yml => functional_simulation.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{functional_simulations.yml => functional_simulation.yml} (66%) diff --git a/.github/workflows/functional_simulations.yml b/.github/workflows/functional_simulation.yml similarity index 66% rename from .github/workflows/functional_simulations.yml rename to .github/workflows/functional_simulation.yml index a3edd63..6a16bfa 100644 --- a/.github/workflows/functional_simulations.yml +++ b/.github/workflows/functional_simulation.yml @@ -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 \ No newline at end of file