What is the idea behind `GetorCreateVHDLLibrary?
|
def GetOrCreateVHDLLibrary(self, name): |
I would imagine that a fileset to some extent can be treated as a compile unit. In that regard, it doesn't make sense to have more than one library associated with the fileset. It would be helpful to have the VHDLLibraries of the fileset return its own library plus the libraries of its children's filesets. This will provide an easy method to get all the libraries of the design.
What is the idea behind `GetorCreateVHDLLibrary?
pyEDAA.ProjectModel/pyEDAA/ProjectModel/__init__.py
Line 837 in 38aa30f
I would imagine that a fileset to some extent can be treated as a compile unit. In that regard, it doesn't make sense to have more than one library associated with the fileset. It would be helpful to have the VHDLLibraries of the fileset return its own library plus the libraries of its children's filesets. This will provide an easy method to get all the libraries of the design.