Activity
-
Jeremy started the topic Viewing wave during simulation run in the forum OSVVM 8 months, 1 week 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]
-
Simeon became a registered member 8 months, 1 week ago
-
Jeremy replied to the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 8 months, 2 weeks ago
Aah I see. Yes what I was doing was overkill. Thank you. The pop procedure is sufficient for what I need to do.
-
Jim Lewis replied to the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 8 months, 2 weeks ago
Hi Jeremy
What are you trying to do? I think I am miss understanding something.The intent of PopWord is to pop a data’length sized word from a byte oriented FIFO and for the first word, adjust the number of bytes assembled in a coordinated fashion with the ByteAddress.
The pop (procedure and function) that is part of the Scoreboard/FIFO API…[Read more]
-
Jeremy started the topic Modify Pop Word to handle more than a Byte in the forum OSVVM 8 months, 2 weeks 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]
-
Jim Lewis wrote a new post 8 months, 2 weeks ago
OSVVM Webinars and Classes Upcoming Webinars. August 15 Why Should Our Team be Using VHDL + OSVVM for Verification? EU and Early US Session: 7 am PDT / 10 am EDT / […]
-
Bassam became a registered member 8 months, 2 weeks ago
-
Torstein's profile was updated 8 months, 2 weeks ago
-
Klaus became a registered member 8 months, 2 weeks ago
-
Gary's profile was updated 8 months, 2 weeks ago
-
Modimo became a registered member 8 months, 2 weeks ago
-
Amr became a registered member 8 months, 3 weeks ago
-
sunilkumar became a registered member 8 months, 3 weeks ago
-
Andy became a registered member 8 months, 3 weeks ago
-
Will became a registered member 8 months, 3 weeks ago
-
Berkeley became a registered member 8 months, 3 weeks ago
-
Jim Lewis started the topic CreateClock moved to ClockResetPkg in 2024.07 in the forum OSVVM 8 months, 3 weeks ago
In 2024.07, CreateClock (and CreateReset) moved from TbUtilPkg to ClockResetPkg. This was done to separate the dependencies that are needed from the low level synchronization primitives from the higher level CreateClock (and the checkers that check the clock period and reset).
If you had a reference to CreateClock using a selected name as…[Read more]
-
Bobo became a registered member 8 months, 3 weeks ago
-
Jim Lewis replied to the topic Error on running a script twice in the forum OSVVM 8 months, 4 weeks ago
Hi Preston,
What version are you running? Did the previous build fail?Prior to 2024.07, if an include failed, there were some conditions under which it would not restore the CurrentWorkingDirectory back to the original value. This was addressed in 2024.07. This only happened if something in the process used an exit code that indicated a…[Read more]
-
Preston started the topic Error on running a script twice in the forum OSVVM 8 months, 4 weeks ago
Hi,
I’ve encountered an error after running a .pro script once (a test runs and completes), and then trying to run it again. This is the error output from Riviera-Pro (had the same issue come up in Modelsim):
———————————————–
build ../tests/osvvm_testcases/RunAllTests.pro
# Error: Build…[Read more] - Load More