Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Aug 31, 2023
1 parent 19a7b1a commit 6af2a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '**.md'

jobs:
synthesis:
testing:
runs-on: ubuntu-latest
container: hdlc/iverilog:latest
steps:
Expand All @@ -23,6 +23,6 @@ jobs:
# 2 - Run TestBench
- name: Run testbench
run: |
iverilog -o RTL\build\RESDMAC_DMA_SCSI_READ_CYCLE_tb.v.out RTL\TestBench\RESDMAC_DMA_SCSI_READ_CYCLE_tb.v
iverilog -o RTL/build/RESDMAC_DMA_SCSI_READ_CYCLE_tb.v.out RTL/TestBench/RESDMAC_DMA_SCSI_READ_CYCLE_tb.v
vvp RESDMAC_DMA_SCSI_READ_CYCLE_tb.v.out

0 comments on commit 6af2a72

Please sign in to comment.