You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: