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

Kauser Johar

03/21/2022, 9:17 AM
On the latest version of Openlane, I only see the summary of the stage being run whereas previously you could see the full output of every tool redirected to the terminal. This change is fine, but I'd prefer to enable full redirection of output. I can't find any option in the documentation to do this. Anyone have quick pointer before I dig into the tcl myself?
v

Vijayan Krishnan

03/21/2022, 9:21 AM
Please refer respective stage and
logs
directory for detailed message
k

Kauser Johar

03/21/2022, 9:21 AM
I know I can 🙂 - but that is after the run has finished!
v

Vijayan Krishnan

03/21/2022, 9:22 AM
Need to check with @User is there any option to print logs in terminal too?
d

donn

03/21/2022, 9:23 AM
@User
-verbose 99
-verbose 1 adds more info, -verbose 2 and up is identical to older versions of OpenLane
I'd recommend 99 as I can definitely see us adding more verbose levels in the future
k

Kauser Johar

03/21/2022, 9:23 AM
Thanks! Is
-verbose
hidden? It isn't documented anywhere.
Also is there a help menu in
flow.tcl
?
d

donn

03/21/2022, 9:24 AM
No, I forgot to document it. Apologies, that's on me.
Nope, no -help. We'd have to add it manually as well.
k

Kauser Johar

03/21/2022, 9:26 AM
Nope, no -help. We'd have to add it manually as well.
No pressure 🙂, but it would be nice to have it. I'm a bit old school when it comes to documentation 😛.
d

donn

03/21/2022, 9:29 AM
I personally prefer -help too, but the founders' decision to use Tcl continues to make my life as maintainer hell :)
k

Kauser Johar

03/21/2022, 9:32 AM
😐