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
The benefit of having such a file was that build systems would be able to easily track dependencies. Currently, build systems do not track verification libraries at all. Usually, the user simply installs simulation libraries in the location specific to the particular compiler. The drawback is that when a dependency graph is generated for any test bench target, the verification libraries are missing in the graph.
The burden of maintaining such a file is minimal. The file would have a very simple format that builds systems could use to bootstrap build system specific format. Library files are not included in the dependency file because it is assumed that libraries are installed and are not recompiled on each simulation run. The purpose of the file would be to solely describe UVVM inter library dependencies.
The text was updated successfully, but these errors were encountered:
Is there any file in the repository with UVVM libraries inter dependencies? It can be really simple plain text file, for example:
The benefit of having such a file was that build systems would be able to easily track dependencies. Currently, build systems do not track verification libraries at all. Usually, the user simply installs simulation libraries in the location specific to the particular compiler. The drawback is that when a dependency graph is generated for any test bench target, the verification libraries are missing in the graph.
The burden of maintaining such a file is minimal. The file would have a very simple format that builds systems could use to bootstrap build system specific format. Library files are not included in the dependency file because it is assumed that libraries are installed and are not recompiled on each simulation run. The purpose of the file would be to solely describe UVVM inter library dependencies.
The text was updated successfully, but these errors were encountered: