From aa484a73cc3a12e682822a38f1436326afe7a109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=B6hler?= Date: Thu, 14 Dec 2023 18:17:32 +0100 Subject: [PATCH] Source the BAG2 sourceme.sh script in final .bashrc --- _build/images/iic-osic-tools/skel/dockerstartup/scripts/env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_build/images/iic-osic-tools/skel/dockerstartup/scripts/env.sh b/_build/images/iic-osic-tools/skel/dockerstartup/scripts/env.sh index b603358c..a081e50d 100644 --- a/_build/images/iic-osic-tools/skel/dockerstartup/scripts/env.sh +++ b/_build/images/iic-osic-tools/skel/dockerstartup/scripts/env.sh @@ -94,6 +94,8 @@ export PDK=sky130A export PDKPATH=$PDK_ROOT/$PDK export STD_CELL_LIBRARY=sky130_fd_sc_hd +# setup BAG2 environment +source $TOOLS/bag2/sourceme.sh # FIXME: this gets rid of a few libGL errors # https://unix.stackexchange.com/questions/589236/libgl-error-no-matching-fbconfigs-or-visuals-found-glxgears-error-docker-cu