File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ def AnalyzeDependencies(self) -> None:
643643 self .IndexPackages ()
644644 self .IndexArchitectures ()
645645
646- self .LinkInstanziations ()
646+ self .LinkInstantiations ()
647647 self .CreateHierarchyGraph ()
648648
649649 def CreateCompilerOrderGraph (self ) -> None :
@@ -959,7 +959,7 @@ def LinkContextReferences(self) -> None:
959959
960960 designUnit ._referencedPackages [libraryIdentifier ][packageIdentifier ] = package
961961
962- def LinkInstanziations (self ) -> None :
962+ def LinkInstantiations (self ) -> None :
963963 for architecture in self .IterateDesignUnits (DesignUnitKind .Architecture ):
964964 for instance in architecture .IterateInstantiations ():
965965 if isinstance (instance , EntityInstantiation ):
Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ def test_IndexArchitectures(self):
198198
199199 design .IndexArchitectures ()
200200
201- def test_LinkInstanziations (self ):
201+ def test_LinkInstantiations (self ):
202202 design = self .CreateDesign ()
203203
204- design .LinkInstanziations ()
204+ design .LinkInstantiations ()
205205
206206 def test_CreateHierarchyGraph (self ):
207207 design = self .CreateDesign ()
You can’t perform that action at this time.
0 commit comments