iic-jku / IIC-OSIC-TOOLS

IIC-OSIC-TOOLS is an all-in-one Docker image for SKY130/GF180/IHP130-based analog and digital chip design. AMD64 and ARM64 are natively supported.
Apache License 2.0
299 stars 48 forks source link

Add `surfer` waveform viewer #65

Open hpretl opened 3 weeks ago

hpretl commented 3 weeks ago

Rust needs to be updated first (https://www.reddit.com/r/rust/comments/3gppup/how_do_i_update_rust_to_the_latest_version_on/?sort=top).

Installation with (https://gitlab.com/surfer-project/surfer)

cargo install --git https://gitlab.com/surfer-project/surfer surfer
FRoith commented 2 weeks ago

The workaround of setting the environment variable LIBGL_ALWAYS_INDIRECT=0 works to get surfer running in docker, for more info see my reply in the gitlab issue

hpretl commented 2 weeks ago

Thanks for this WA, I'll test it and see whether this is a workable solution (speedwise).