-
I'm trying to view the full output of the
However, notice that, at step 9.1, there is no information about the detected clock domains. When I run Yosys by itself, that information is displayed. How do I make OpenROAD Flow Scripts display the full output? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
ORFS is just running yosys so there must be some different in what you are doing "by itself". There is no show more output switch in ORFS. |
Beta Was this translation helpful? Give feedback.
-
@leeway64 Try setting YOSYS_FLAGS to empty, it has reduced verbosity set by default:
This command yields enormously much more verbose output from Yosys/abc:
|
Beta Was this translation helpful? Give feedback.
@leeway64 Try setting YOSYS_FLAGS to empty, it has reduced verbosity set by default:
This command yields enormously much more verbose output from Yosys/abc: