Hello guys,
I am using loadLefFile command in innovus version 17.11. I am trying to give the files LEF files using variables. In one variable I have provided the complete path to my tech LEF and there is another variable that for cell LEFs. For Eg.
loadLefFile $tech_lef_path $cell_lef_path
tech_lef_path- points to the tech LEF
cell_lef_path - A string of paths to all the cell lefs to be used.
But I guess that loadLefFile is treating the entire string in cell_lef_path as a single path and obviously it would not find such a path. Does anyone have a solution for this?