when did the opensource movement in ASICS really s...
# general
d
when did the opensource movement in ASICS really start? I’m noticing tools like openlane / magic still have some pretty old school documentation / installation styles
m
I think I got openlane to work on my mac using docker. Magic compiles natively. See
INSTALL_MacOS.md
. This was my configure command.
Copy code
./configure --with-tcl=/usr/local/opt2/tcl-tk/lib --with-tk=/usr/local/opt2/tcl-tk/lib --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-Wno-error=implicit-function-declaration
tcl and tk have installation guides for mac.