You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a follow-up to #6 by @Nancy-Chauhan . yosysSynthesisReport() invokes both synthesis and reporting, but the step name looks like there is only reporting step. It would be great to optimize it somehow.
My suggestion would be to to consider to add a new method to fusesoc which would be called runWithYosysSynthesis() or so. We could also introduce an optional flag which enables Yosys report processing in the common step
The text was updated successfully, but these errors were encountered:
It is a follow-up to #6 by @Nancy-Chauhan .
yosysSynthesisReport()
invokes both synthesis and reporting, but the step name looks like there is only reporting step. It would be great to optimize it somehow.My suggestion would be to to consider to add a new method to
fusesoc
which would be calledrunWithYosysSynthesis()
or so. We could also introduce an optional flag which enables Yosys report processing in the common stepThe text was updated successfully, but these errors were encountered: