From b9717aa2de4c237b6da346ba7e072bdf5dbb0aae Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Wed, 18 Sep 2024 17:40:48 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2af2cad..7977024 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,5 +11,3 @@ jobs: - 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