Matt Liberty
Matt Liberty
If required you could always write_def and read_def for outside manipulation. Better would be to rewrite such as an openroad tcl using the odb apis instead. Should I take your...
Simulating critical paths is nothing new. OpenSTA already has write_path_spice. It isn't always simple as you have to form the correct stimulus and initial conditions to actually get spice to...
Note that OR shows the final DEF not the gds. You would have to use magic or klayout for that. I believe you can just run with -gui.
> We have a lot more cpu compute then 20 years ago! :-) We have a lot bigger chips that we did 20 years ago ... same Moore's law at...
> > We have a lot bigger chips that we did 20 years ago ... same Moore's law at work. > > Well, the designs done on 130nm have actually...
I would rather make progress towards our desired state than take a side trip that doesn't contribute to the end goal.
How are you setting up your run? Do you use 'make mount' to start docker?
In the Makefile it already has ``` # Allow using GUIs UNAME_S = $(shell uname -s) ifeq ($(UNAME_S),Linux) DOCKER_OPTIONS += -e DISPLAY=$(DISPLAY) -v /tmp/.X11-unix:/tmp/.X11-unix -v $(HOME)/.Xauthority:/.Xauthority --network host ``` so...
I brought up a ubuntu 20.04 LTS x86/64 instance on gcp and got the same crash reported. I see that running docker with "--security-opt apparmor=unconfined" or "--privileged" fixes the crash....
@donn Its almost two months so I am checking in