Activity
-
Jim Lewis replied to the topic Scripting dual-language testbench (VHDL / Verilog) in the forum OSVVM 1 year, 7 months ago
Have you tried:
simulate DUT_test glbl -L unisim [generic C_EXAMPLE_PARAM 1]
What library is glbl in? If it were VHDL and glbl is in the unisim library, the glbl would be referenced as unisim.glbl.
If all of your simulations nee glbl and unisim library, you can do
SetExtendedSimulateOptions "-L unisim"
[Read more]
SetSecondSimulationTopLevel… -
Brad Adam started the topic Scripting dual-language testbench (VHDL / Verilog) in the forum OSVVM 1 year, 7 months ago
Hello,
I’m wondering if there has been any documentation made for using some script functions with a dual-language testbench. Looking through past articles I’ve found discussion of topics that come close to what I am trying to do but none of which speak to .pro (or since I’m simulating in Riviera .do) considerations.
The core of what I am…[Read more]
-
Joyce became a registered member 1 year, 7 months ago
-
Preston became a registered member 1 year, 7 months ago
-
Evan became a registered member 1 year, 7 months ago
-
Jordan became a registered member 1 year, 7 months ago
-
Douglas became a registered member 1 year, 7 months ago
-
Carlos became a registered member 1 year, 7 months ago
-
Jeremy replied to the topic Pre Compiled OSVVM Libraries in the forum OSVVM 1 year, 7 months ago
This was very helpful. I do run into errors saying it cannot find library path when using:
LinkLibraryDirectory $::OsvvmLibrariesWhat works for me is :
LinkLibraryDirectory . or LinkLibraryDirectory ./ or LinkLibraryDirectoryWhen changing the LinkLibraryDirectory path I am able to link correctly to the libraries.
-
Akanimo became a registered member 1 year, 7 months ago
-
Jim Lewis replied to the topic Pre Compiled OSVVM Libraries in the forum OSVVM 1 year, 7 months ago
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.
-
Jeremy started the topic Pre Compiled OSVVM Libraries in the forum OSVVM 1 year, 7 months ago
Is there a method to avoid compiling the entire OSVVM library with each execution of the .do file when running it through scripts?
-
Julio became a registered member 1 year, 7 months ago
-
Jeremy became a registered member 1 year, 7 months ago
-
Ivan became a registered member 1 year, 7 months ago
-
Vincent became a registered member 1 year, 7 months ago
-
Joosep became a registered member 1 year, 7 months ago
-
Damien became a registered member 1 year, 7 months ago
-
bor became a registered member 1 year, 7 months ago
-
Diego became a registered member 1 year, 8 months ago
- Load More