Francisco Gonzalez
03/23/2021, 3:09 PMefabless/openlane:v0.9
Hope this helps anyone getting their environment to work on a Mac.#!/bin/bash
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &
export DISPLAY=192.168.1.9:0
export OPENLANE=/Users/myuser/openlane
export PDK_ROOT=$OPENLANE/pdks
export IMAGE_NAME=efabless/openlane:v0.9
docker run -it -v $OPENLANE:/openLANE_flow -v $PDK_ROOT:$PDK_ROOT \
-e PDK_ROOT=$PDK_ROOT -e DISPLAY=$DISPLAY -u $(id -u $USER):$(id -g $USER) \
$IMAGE_NAME magic -rcfile pdks/sky130A/libs.tech/magic/sky130A.magicrc