sscs-ose / sscs-ose-code-a-chip.github.io

IEEE Solid-State Circuits Society (SSCS) Open-Source Ecosystem (OSE)
https://sscs.ieee.org/membership/awards/ieee-sscs-code-a-chip-travel-grant-awards
Apache License 2.0
139 stars 78 forks source link

Version Error in Open Lane #7

Closed AnushaChalla-411 closed 1 year ago

AnushaChalla-411 commented 1 year ago

I am trying to run OpenLane flow for digital PFD with verilog code getting the below error

The version of magic used in building the PDK does not match the version OpenLane was tested on (installed: 05056d2f1f9b3390bfce81fc0cdb336b52a35532, tested: 94daf986ab9aa94a9ae2ac3539fa5def9bd2a1ac) This may introduce some issues. You may want to re-install the PDK by invoking make pdk. ERROR: Please update your environment. OpenLane will now quit.

can you please suggest how to resolve it

anawinop commented 1 year ago

Have you tried !flow.tcl -design . -ignore_mismatches? It works for me.

AnushaChalla-411 commented 1 year ago

@anawinop thank you, it's working.