https://open-source-silicon.dev logo
#openroad
Title
# openroad
j

Janani Aravind

11/16/2021, 7:05 PM
I'm seeing this error: "sta.tcl, 122 can't read "::env(CLOCK_PORT)" : no such variable". Could some help, please?
m

Matthew Guthaus

11/17/2021, 2:29 AM
You'll probably need to add a virtual clock for the input and output delays even if it is purely combinational
j

Janani Aravind

11/17/2021, 3:24 AM
Thank you. Is there a way to add virtual clock in the configuration file?
m

Matthew Guthaus

11/17/2021, 3:36 AM
I think if you just specify a port that doesn't exist it will be virtual. It will say that it is virtual as a message
j

Janani Aravind

11/30/2021, 12:00 AM
Thank you very much. It's working perfectly.