@Vijayan Krishnan: I made the changes to make Docker availabe without root. I confirmed it was ok with the docker run hello-world command. Then ran openlane --smoke-test. Still the same permissions error.
Some questions:
1. You mention install openlane. I already had it installed so is this necessary? If so, must I uninstall first? Is there a specific way to uninstall openlane2 in such a scenario?
2. In my .bashrc file I have the following
PDK_ROOT settings:
export PDK_ROOT=/home/slice/pdk/
SW130/share/pdk
export PDK=sky130A
This has always worked to direct my analog environment towards the correct PDK. Whatever way openlane2 is set up, it seems it is ignoring this.
=> Where exactly do I define PDK_ROOT so that openlane2 will see it?
3. It seems I need to install openlane2 via the Docker based installation flow. I had originally done it via the Nix based flow it seems. I did this since the Nix based flow was reccomended. Is this not the case? Is there an issue installing through the Nix based flow? Just trying to understand the general flow with this question so I can guide others.
Thanks,
Diarmuid