Hi, a question. In openlane, ./flow.tcl -design <...
# general
a
Hi, a question. In openlane, > ./flow.tcl -design design_name -init_design_config This creates a design_name/config.json in the OpenLane/openlane/ directory But the design is supposed to be kept under the OpenLane/designs directory right? So I have to manually move the config.json to the designs directory? > prep -design design_name -tag run1 Gives me error [ERROR]: No design configuration (config.json/config.tcl) found in /openlane/designs/design_name It works when I manually move it under designs. Why does it not automatically generate it in the designs directory or am I missing something