https://open-source-silicon.dev logo
j

Jecel Assumpção Jr

12/10/2020, 6:13 PM
flow.tcl checks for its presence and calls it instead of config.tcl
a

aryap

12/10/2020, 6:14 PM
i thought interactive scripts had to be invoked explicitly
and that you either ran "interactively" with a script or through the automated flow
in any case this script doesn't seem to do much
j

Jecel Assumpção Jr

12/10/2020, 6:15 PM
config.tcl only sets up a bunch of environment variables and then the steps are controlled by flow.tcl in openlane. If you use interactive.tcl then you select what steps execute and in what order
t

tnt

12/10/2020, 6:31 PM
In the normal openlane flow the
interactive.tcl
is not executed automatically, but the caravel
Makefile
will check if there is one in the directory and use it if it's there.