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

aryap

02/15/2022, 11:58 PM
hello! just checking in, is there an easy way to disable CTS yet?
if i disable
CLOCK_TREE_SYNTH
i still get this error:
Copy code
Error: sta.tcl, 128 can't read "::env(CLOCK_PORT)": no such variable
so i guess i can't run STA...
v

Vijayan Krishnan

02/16/2022, 5:40 AM
use
set ::env(CLOCK_PORT) ""
in config.tcl
👍 2
a

aryap

02/16/2022, 7:24 AM
will try that thanks!