From 04fc9e1b0c9dac32f888eb645186f21f5f54182e Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Wed, 18 Sep 2024 17:39:16 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1989234..2af2cad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build the Docker Image - uses: actions/checkout@v1 - run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s) - run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v - run: vvp transceiver + uses: actions/checkout@v1 + run: docker build . --file Dockerfile --tag icarus-sim:$(date +%s) + run: iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v + run: vvp transceiver