iic-jku / IIC-OSIC-TOOLS

IIC-OSIC-TOOLS is an all-in-one Docker image for SKY130/GF180/IHP130-based analog and digital chip design. AMD64 and ARM64 are natively supported.
Apache License 2.0
257 stars 42 forks source link

openlane --smoke-test fails on version 2024.05 #47

Open Arc0926 opened 3 weeks ago

Arc0926 commented 3 weeks ago

Describe the bug Running "openlane --smoke-test" on version 2024.05 fails saying to check antenna properties of pins To Reproduce Steps to reproduce the behavior:

  1. Go on version 2024.05
  2. Run "openlane --smoke-test"

Expected behavior Should pass smoke-test

Screenshots image image image image

Environment:

Additional context I ran "openlane --smoke-test" on 2024.01 and it worked fine

hpretl commented 3 weeks ago

This is a known bug, unfortunately. The included OL2 version uses features which are not yet implemented in the packaged OpenROAD version. For normal usage, this is solved by an alias, but the alias does not work for --smoke-test.

This is the alias: alias openlane=openlane --manual-pdk --skip Odb.CheckDesignAntennaProperties --skip Odb.CheckMacroAntennaProperties