Skip to content

Commit

Permalink
Revert "testing moving tap decap insertion after generate pdn"
Browse files Browse the repository at this point in the history
This reverts commit f173cb4.
  • Loading branch information
kareefardi committed Nov 20, 2023
1 parent c28c02a commit d12079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/flows/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class Classic(SequentialFlow):
Odb.SetPowerConnections,
Odb.ManualMacroPlacement,
OpenROAD.CutRows,
OpenROAD.TapEndcapInsertion,
OpenROAD.GlobalPlacementSkipIO,
OpenROAD.IOPlacement,
Odb.ApplyDEFTemplate,
Expand All @@ -290,7 +291,6 @@ class Classic(SequentialFlow):
Odb.AddPDNObstructions,
OpenROAD.GeneratePDN,
Odb.RemovePDNObstructions,
OpenROAD.TapEndcapInsertion,
OpenROAD.STAMidPNR,
OpenROAD.RepairDesignPostGPL,
OpenROAD.DetailedPlacement,
Expand Down

0 comments on commit d12079c

Please sign in to comment.