From b7c197a358c6617c87b645c6e41d03603e146727 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 6 Jun 2024 23:45:07 +0200 Subject: [PATCH] readme/cosim: fix description of -slim variants --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7268b7c..b39a445 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,11 @@ See [ghdl/ghdl-cosim: docker](https://github.com/ghdl/ghdl-cosim/tree/master/doc - **ghdl/cosim:mcode**: based on *ghdl/ghdl:bookworm-mcode*, includes GCC. - **ghdl/cosim:py**: based on *ghdl/ghdl:bookworm-llvm-7*, includes Python. - **ghdl/cosim:vunit-cocotb**: based on *ghdl/cosim:py*, includes [VUnit](https://vunit.github.io/), [cocotb](https://docs.cocotb.org/) and `g++` (required by cocotb). - - **ghdl/cosim:matplotlib**: based on *ghdl/cosim:py*, includes `pytest`, `matplotlib`, `numpy` and Imagemagick. - - **ghdl/cosim:octave**: based on *ghdl/cosim:py*, includes [GNU Octave](https://www.gnu.org/software/octave/). - - **ghdl/cosim:xyce**: based on *ghdl/cosim:py*, includes [Xyce](https://xyce.sandia.gov/). + - **ghdl/cosim:matplotlib**: based on *ghdl/cosim:vunit-cocotb*, includes `pytest`, `matplotlib`, `numpy` and Imagemagick. + - **ghdl/cosim:octave**: based on *ghdl/cosim:vunit-cocotb*, includes [GNU Octave](https://www.gnu.org/software/octave/). + - **ghdl/cosim:xyce**: based on *ghdl/cosim:vunit-cocotb*, includes [Xyce](https://xyce.sandia.gov/). -NOTE: `*-slim` variants of `matplotlib`, `octave` and `xyce` images are provided too. Those are based on *ghdl/cosim:vunit-cocotb*, instead of *ghdl/cosim:py*. +NOTE: `*-slim` variants of `matplotlib`, `octave` and `xyce` images are provided too. Those are based on *ghdl/cosim:py*, instead of *ghdl/cosim:vunit-cocotb*. ## Packaging