Skip to content

Update wave.do #91

Update wave.do

Update wave.do #91

Workflow file for this run

name: Icarus Simulation
on:
push:
branches: [master]
jobs:
build-container:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v1
- name: Build the docker image
uses: docker/build-push-action@v2
# run: docker build . --file Dockerfile --tag icarus-simulation:$(date +%s)
# - name: Make the script file executable
# run: chmod +x ./.github/workflows/iverilog_run.sh
# - name: Run icarus
# run: ./.github/workflows/iverilog_run.sh
# shell: bash