Skip to content

Commit

Permalink
update RgGen to 0.33.4 and add rggen-veryl
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Nov 28, 2024
1 parent f264016 commit 4e1f14d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM ruby:3.3-alpine

COPY --from=builder /usr/local/bundle /usr/local/bundle

ENV RGGEN_PLUGINS rggen-verilog:rggen-vhdl
ENV RGGEN_PLUGINS rggen-verilog:rggen-veryl:rggen-vhdl

WORKDIR /work
ENTRYPOINT [ "rggen" ]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is a Docker image to allow you to use RgGen easily. This image contains:
* [Ruby execution environment](https://hub.docker.com/_/ruby)
* [RgGen](https://github.com/rggen/rggen)
* [RgGen::Verilog](https://github.com/rggen/rggen-verilog)
* [RgGen::Veryl](https://github.com/rggen/rggen-veryl)
* [RgGen::VHDL](https://github.com/rggen/rggen-vhdl)

## Usage
Expand Down
7 changes: 4 additions & 3 deletions version.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rggen: 0.33.3
rggen-verilog: 0.11.0
rggen-vhdl: 0.10.0
rggen: 0.33.4
rggen-verilog: 0.11.1
rggen-veryl: 0.1.0
rggen-vhdl: 0.10.1

0 comments on commit 4e1f14d

Please sign in to comment.