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 5fa5bf6 commit 37362d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

sim:
- name: Build the Docker Image
- 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
run: |
docker build . --file Dockerfile --tag icarus-sim:$(date +%s)
iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v
vvp transceiver

0 comments on commit 37362d6

Please # to comment.