hdl / containers

Building and deploying container images for open source electronic design automation (EDA)
https://hdl.github.io/containers/
Apache License 2.0
107 stars 24 forks source link

Add GTKWave to at least one image #47

Open umarcor opened 2 years ago

umarcor commented 2 years ago

Currently, GTKWave is built and a package image is generated, but it is not used in any of the other images. In fact, it is used in ghdl/docker (https://github.com/ghdl/docker/blob/master/gui.dockerfile#L29-L34), but not here.

We should, at least, generate an image containing GTKWave alone. Optionally, we might add it on top of sim or formal images.

/cc @tmeissner

umarcor commented 2 years ago

FTR, an standalone gtkwave image is provided already (see https://github.com/hdl/containers/commit/95dfe3f8b2497a62a43dc3fb988133cfe2690d09). This issue is kept open to track adding gtkwave to other images.