Skip to content

Commit

Permalink
fix resynthesis class name
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Nov 25, 2024
1 parent 66dd57d commit 22547b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/steps/pyosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class Synthesis(SynthesisCommon):


@Step.factory.register()
class Resynthesize(SynthesisCommon):
class Resynthesis(SynthesisCommon):
"""
Like ``Synthesis``, but operates on the input netlist instead of RTL files.
Useful to process/elaborate on netlists generated by tools other than Yosys.
Expand Down

0 comments on commit 22547b1

Please sign in to comment.