Skip to content

Commit

Permalink
TMP use umarcor's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 10, 2021
1 parent 687c09f commit 4950274
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: '⛴️ Build neorv32/${{ matrix.image }}'
run: docker build -t ghcr.io/stnolting/neorv32/${{ matrix.image }} - < .github/${{ matrix.image }}.dockerfile
run: docker build -t ghcr.io/umarcor/neorv32/${{ matrix.image }} - < .github/${{ matrix.image }}.dockerfile

- name: '🔑 Login to ghcr.io'
if: github.event_name != 'pull_request'
Expand All @@ -35,4 +35,4 @@ jobs:
password: ${{ github.token }}

- name: '🛰️ Push image to ghcr.io'
run: docker push ghcr.io/stnolting/neorv32/${{ matrix.image }}
run: docker push ghcr.io/umarcor/neorv32/${{ matrix.image }}
2 changes: 1 addition & 1 deletion .github/workflows/Implementation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v2

- name: '🚧 Generate ${{ matrix.board }} ${{ matrix.design }} bitstream'
uses: docker://ghcr.io/stnolting/neorv32/impl
uses: docker://ghcr.io/umarcor/neorv32/impl
with:
args: make -C setups/examples BOARD=${{ matrix.board }} ${{ matrix.design }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
uses: actions/checkout@v2

- name: '🚧 Run Software Framework Tests'
uses: docker://ghcr.io/stnolting/neorv32/sim
uses: docker://ghcr.io/umarcor/neorv32/sim
with:
args: ./sw/example/processor_check/check.sh

- name: '🚧 Run Processor Hardware Tests with shell script'
uses: docker://ghcr.io/stnolting/neorv32/sim
uses: docker://ghcr.io/umarcor/neorv32/sim
with:
args: ./sim/ghdl_sim.sh

Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2

- name: '⚙️ Build and install Processor Check software'
uses: docker://ghcr.io/stnolting/neorv32/sim
uses: docker://ghcr.io/umarcor/neorv32/sim
with:
args: >-
make -C sw/example/processor_check
Expand All @@ -73,5 +73,5 @@ jobs:
- name: '🚧 Run Processor Hardware Tests with VUnit'
uses: VUnit/vunit_action@master
with:
image: ghcr.io/stnolting/neorv32/sim
image: ghcr.io/umarcor/neorv32/sim
cmd: ./sim/run.py --ci-mode -v
2 changes: 1 addition & 1 deletion .github/workflows/riscv-arch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: actions/checkout@v2

- name: '⚙️ Run RISC-V Architecture Tests'
uses: docker://ghcr.io/stnolting/neorv32/sim
uses: docker://ghcr.io/umarcor/neorv32/sim
with:
args: ./riscv-arch-test/run_riscv_arch_test.sh

0 comments on commit 4950274

Please sign in to comment.