Closed gatecat closed 2 years ago
@gatecat Existing flow is default to sky130.
The order of execution is:
make user_proj_example
make user_project_wrapper
So flow automatically over-write lef/gds/def folder and you won't get such errors.
Fixed. See issue #179.
the included
lef
foruser_proj_example
is for sky130, so runningmake harden
which happens to builduser_project_wrapper
first using the old lef results in the following error:things work fine if you manually build
user_proj_example
beforeuser_project_wrapper
to update the lef.