Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Sep 18, 2024
1 parent 7bc7b0c commit 04fc9e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04fc9e1

Please # to comment.