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
[Synth][LongestPathAnalysis] Remove hack for passing top module name through IR attribute (#9006)
This removes a hack `synth.longest-path-analysis-top` which was put to IR in order to pass a top name to analysis. The top module name is now passed explicitly as a parameter to the LongestPathAnalysis constructor and related APIs instead of being stored as an IR attribute.
0 commit comments