Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
RDSik authored Sep 18, 2024
1 parent 6f41a6d commit b83c0fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- 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 b83c0fc

Please # to comment.