Hi everyone, I'd like to use the OpenLane GUI tool...
# openlane
m
Hi everyone, I'd like to use the OpenLane GUI tool that comes as part of the OpenLane container. To do this, I invoke
$ make mount
, which puts me into the docker container. I then navigate to the
designs/spm
directory (which contains the
config.json
file), and then I run
flow.tcl -gui
. However, what I see is the window "flashes" up for a second, and then immediately quits. I've attached a video to demonstrate the issue. I've tried `strace`'ing the program, but I haven't been able to discern any useful debugging info, and I'm not sure what logging I could get from OpenLane. Pausing in the video also doesn't show any interesting log items... Any ideas?