I'm seeing the error "package require json" while running a sample design from openlane using the command "./flow.tcl -design spm". Could someone help, please?
v
Vijayan Krishnan
11/16/2021, 5:49 AM
if you're running ./flow.tcl have you ran
#make mount
🙌 1
is all prerequisites installed for openlane run?
j
Janani Aravind
11/16/2021, 5:31 PM
Yes, all the prerequisites are met. I used the command "make mount" and it's perfectly working. Thank you very much.