diff --git a/Dockerfile b/Dockerfile index 3b68714..880d4a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] diff --git a/README.md b/README.md index 4d256ac..c1ad945 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version.yaml b/version.yaml index 1a3bee7..0f772dc 100644 --- a/version.yaml +++ b/version.yaml @@ -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