I want to run specific parts of the OpenLANE desig...
# openlane-2
a
I want to run specific parts of the OpenLANE design flow to determine which parameters affect the maximum delay in a design. My plan is to run the placement, routing, CTS (Clock Tree Synthesis), and STA (Static Timing Analysis) processes for the same design but with different parameters. To achieve this, I'm trying to use OpenLANE's interactive mode. However, I am getting the below error, even though the same commands are mentioned in the documentation. Can anyone help?
v
Copy code
% prep -design spm
invalid command name "prep"
% package require openlane
0.9
% prep -design spm
[INFO]: Using configuration in 'designs/spm/config.json'...
[INFO]: PDK Root: /home/vijayan/.volare
[INFO]: Process Design Kit: sky130A
[INFO]: Standard Cell Library: sky130_fd_sc_hd
[INFO]: Optimization Standard Cell Library: sky130_fd_sc_hd
[INFO]: Run Directory: /openlane/designs/spm/runs/RUN_2024.07.09_07.59.07
[INFO]: Saving runtime environment...
[INFO]: Preparing LEF files for the nom corner...
[INFO]: Preparing LEF files for the min corner...
[INFO]: Preparing LEF files for the max corner...
a
Ohkay yes. Sorry, I missed that. Thank you.