Hello, While using openlane in the caravel harness...
# openlane
m
Hello, While using openlane in the caravel harness, 1. Is there a "make" command to clean or delete the previous too runs? 2. Is there a "make" command to create the template files for .json, macro.cfg and pin-order.cfg for the user IP?
1
v
For Q1.
clean-targets
used to clean sdc/lef/gds/mag/sdf/spef dirctory will be cleaned. But inside openlane/runs/RUN_* will be available and should be removed manually. But user can create make option to clean that as well. For Q2. no such options available. But default example is the template. Can be updated and used based on user design.
👀 1
m
Thank you @Vijayan Krishnan.