Jeremy
-
Jeremy replied to the topic At the end of the simulation, AlertLogPkg.vhd must open. causes error message. in the forum OSVVM 2 months, 1 week ago
We’ve upgraded to version 2024.07, but it appears the AlertLogPkg.vhd file still needs to be accessed in the osvvm directory after the simulation. It’s not a major issue, but you’ll need to ensure that the file is available in the osvvm directory. Otherwise, you’ll encounter an error stating that AlertLogPkg cannot be found.
The simulation is lo…[Read more]
-
Jeremy started the topic Viewing wave during simulation run in the forum OSVVM 3 months ago
Hi Jim,
I’m running an OSVVM simulation in Rivera Pro. My test utilizes the RunTest functions, but when I use RunTest, I have to wait until the simulation is complete to view the waveform. This doesn’t happen when I use vsim alone. I really like using RunTest since it’s excellent for generating reports.
Right now, I’m running a lengthy simulat…[Read more]
-
Jeremy replied to the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 3 months, 1 week ago
Aah I see. Yes what I was doing was overkill. Thank you. The pop procedure is sufficient for what I need to do.
-
Jeremy started the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 3 months, 1 week ago
Hi Jim. Pop word has been a great asset for me while creating test cases. I recently ran into an issue while using it when my data width size was not a byte. I made local updates to fix this and was hoping you could incorporate this in one of the next updates.
In my update I replaced 8 with Data’length and replaced 7 with the constant DataLeft.…[Read more]
-
Jeremy replied to the topic At the end of the simulation, AlertLogPkg.vhd must open. causes error message. in the forum OSVVM 7 months ago
That makes sense. Thanks for the update!
-
Jeremy replied to the topic At the end of the simulation, AlertLogPkg.vhd must open. causes error message. in the forum OSVVM 7 months ago
That indeed fixed the issue. Thank you David. Any idea why it’s not necessary to do that for earlier versions?
-
Jeremy started the topic At the end of the simulation, AlertLogPkg.vhd must open. causes error message. in the forum OSVVM 7 months, 1 week ago
Hi Jim. Currently using OSVVM version 2023.09. I’ve recently moved to pre-compiling the libraries in an effort to speed up my simulation process. I would like to only use the .lib files and not use any source files. Unfortunately the AlertLogPkg.vhd seems to flag an error message towards the end of the simulation if it is removed. This seems to…[Read more]
-
Jeremy replied to the topic Pre Compiled OSVVM Libraries in the forum OSVVM 1 year, 2 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.
-
Jeremy started the topic Pre Compiled OSVVM Libraries in the forum OSVVM 1 year, 2 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?
-
Jeremy became a registered member 1 year, 2 months ago