Compare commits
4 commits
a5223845ff
...
main
Author | SHA1 | Date | |
---|---|---|---|
6b8f1649d1 | |||
b0a0022bca | |||
1f627239b5 | |||
31fd8b3606 |
2 changed files with 16 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -2,6 +2,8 @@ name: ci
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
main
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -20,4 +22,6 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: brendanhaines/iverilog:latest
|
||||
tags: brendanhaines/iverilog:latest
|
||||
build-args:
|
||||
ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}"
|
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Icarus Verilog Docker Container
|
||||
|
||||
## Usage
|
||||
|
||||
Released on docker hub: https://hub.docker.com/r/brendanhaines/iverilog
|
||||
|
||||
`docker pull brendanhaines/iverilog:latest`
|
||||
|
||||
`iverilog` is on `PATH`
|
||||
|
||||
This image is based on `ubuntu` and therefore is huge.
|
Loading…
Add table
Reference in a new issue