Pre Compiled OSVVM Libraries

Why OSVVM™? Forums OSVVM Pre Compiled OSVVM Libraries

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2285
    Jeremy
    Member

    Is there a method to avoid compiling the entire OSVVM library with each execution of the .do file when running it through scripts?

    #2286
    Jim Lewis
    Member

    Did you read: https://osvvm.org/archives/2280

    One of the examples is precompiling OsvvmLibraries and then linking to them. Let me know if that answers your questions.

    #2287
    Jeremy
    Member

    This was very helpful. I do run into errors saying it cannot find library path when using:
    LinkLibraryDirectory $::OsvvmLibraries

    What works for me is :
    LinkLibraryDirectory . or LinkLibraryDirectory ./ or LinkLibraryDirectory

    When changing the LinkLibraryDirectory path I am able to link correctly to the libraries.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.