Skip to content

Commit

Permalink
readme/cosim: fix description of -slim variants
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jun 6, 2024
1 parent 5a7fbe1 commit b7c197a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b7c197a

Please sign in to comment.