Koustubh
05/31/2024, 1:57 PMpm32.v
and spm.v
as well as the config.json
from the website and stored them in a folder. I am using the iic-osic-tools docker image, it comes preinstalled with OpenLane 2, so there is no nix shell involved as far as I am aware. So I proceeded to enter the following in the terminal openlane config.json
,from what I could gather since it showed no errors, I thought it would be fine to open the layout in klayout but when I enter openlane --last-run --flow openinklayout config.json
I get the following error. I don't know what am I doing wrong since I copied all the files from the openlane doc website and from what it says on the iic-osic-tools github they have included openlane2 in the docker and my image is up-to-date. So if anybody could help me with getting this example up and running, it would be highly appreciated.donn
05/31/2024, 4:41 PMopenlane --skip Odb.CheckDesignAntennaProperties --skip Odb.CheckMacroAntennaProperties
, which will break OpenInKLayout
. https://github.com/iic-jku/IIC-OSIC-TOOLS/blob/b05c13fca5119f329f2d539db7a83edcd45843c9/_build/images/iic-osic-tools/skel/dockerstartup/scripts/env.sh#L127
We generally recommend using our installation instructions to get OpenLane and bundled tools unless you have a pressing need otherwisee.Koustubh
05/31/2024, 5:02 PMdonn
05/31/2024, 5:11 PMdonn
05/31/2024, 5:12 PMunalias openlane
donn
05/31/2024, 5:13 PM--manual-pdk
2. You’ll have to pass --skip Odb.CheckDesignAntennaProperties --skip Odb.CheckMacroAntennaProperties
while running the Classic flow (but not any other flow)