https://open-source-silicon.dev logo
#openlane
Title
# openlane
b

Brandon Ong

01/21/2022, 8:18 PM
I'm getting this error:
[ERROR]: File /project/openlane/user_project_wrapper/runs/user_project_wrapper/reports/routing/17-spef_extraction_sta.min.rpt doesn't exist.
I'll attach the log file for step 17. Does anybody know why this is happening?
h

Harald Pretl

01/21/2022, 9:27 PM
Did you define a clock port/net? If none are defined then no STA is run, maybe that causes the fail later on.
b

Brandon Ong

01/21/2022, 9:31 PM
I don't have a clock. Is there a way to bypass it?
h

Harald Pretl

01/21/2022, 10:12 PM
Note sure. Maybe you can find a project also w/o clock, and then look at the
config.tcl
s

Shivani

01/22/2022, 9:44 AM
To bypass the clk, just keep this field in the
config.tcl
as empty.
set ::env(CLOCK_NET) " "
b

Brandon Ong

01/22/2022, 3:22 PM
That worked thank you @User
s

Shivani

01/22/2022, 7:06 PM
welcome @User