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 13bbf2b commit ed4edfc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker Image
run: |
docker build . --file Dockerfile --tag icarus-sim:$(date +%s)
iverilog -o transceiver top/tb/transceiver_tb.v top/transceiver_top.v
vvp transceiver
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 ed4edfc

Please # to comment.