Under inputs each block(i.e. digital_pll) has it own folder. Inside each folder there is a config file and interactive script to run that block
Openlane runs are placed in runs folder. By default the run is name after the block itself
First, define OPENLANE_ROOT
enviornmet variable (or set it in the beginning of the makefile). In your shell enter:
export OPENLANE_ROOT=<your openlane installation root directory>
make all
input
folder (making sure that the chip, striVe, is the last one)make <block>
make clean_all
make clean-<block>