Skip to content

Commit

Permalink
Restore ResolveGenders to its status as a Pass (#1192)
Browse files Browse the repository at this point in the history
Fix minor regression from #1124
  • Loading branch information
jackkoenig authored Oct 2, 2019
1 parent 1ced6cf commit d086715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/firrtl/passes/Resolves.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object ResolveFlows extends Pass {
}

@deprecated("Use 'ResolveFlows'. This will be removed in 1.3", "1.2")
object ResolveGenders {
object ResolveGenders extends Pass {

def run(c: Circuit): Circuit = ResolveFlows.run(c)

Expand Down

0 comments on commit d086715

Please sign in to comment.