Activity
-
Jim Lewis wrote a new post 3 years, 7 months ago
When we run a set of tests, we need to be able to assess whether all test cases passed or quickly identify which test cases failed. This is the purpose of the OSVVM 2021.10 Build Summary Reports.
When tests […]
-
Hesham became a registered member 3 years, 7 months ago
-
Zhang became a registered member 3 years, 7 months ago
-
Andrei became a registered member 3 years, 7 months ago
-
Abdullah became a registered member 3 years, 7 months ago
-
frederic became a registered member 3 years, 8 months ago
-
Zachary's profile was updated 3 years, 8 months ago
-
osamu became a registered member 3 years, 8 months ago
-
Salih became a registered member 3 years, 8 months ago
-
Jim Lewis wrote a new post 3 years, 8 months ago
I don’t know about you, but I am tired of having to learn a new set of switches and methods to do the same tasks I already know how to do in another simulator.
What I want is one script to rule run them […]
-
Hi, I installed and am currently running OSVVM on my project, I have to say its been a great experience, I normally write my test benches in system verilog but we write mostly vhdl so i stumbled upon osvvm and like it alot, soo much I would like to extend the capability to synthesis. If i get it working correctly, I would like to contribute to the project if allowed to…
-
Hi JJ,
Contributions are welcome.
Best Regards,
Jim
-
-
Dmitry became a registered member 3 years, 8 months ago
-
Brittany became a registered member 3 years, 8 months ago
-
Cody became a registered member 3 years, 8 months ago
-
Botond became a registered member 3 years, 8 months ago
-
Graeme's profile was updated 3 years, 8 months ago
-
Jim Lewis replied to the topic Compiling UART testbench.pro in Questa in the forum OSVVM 3 years, 8 months ago
Hi Graeme,
You need to dobuild ../UART/testbench/testbench.pro
In OSVVM,
build
andinclude
use a path reference relative to the script they are running.
Hence, in testbench.pro, it just saysanalyze TestCtrl_e.vhd
. The path to testbench.pro gets
automatically prepended onto the file name. Hence, when writing scripts we only need to know
the…[Read more] -
Graeme started the topic Compiling UART testbench.pro in Questa in the forum OSVVM 3 years, 8 months ago
Have created a sim_dir under OsvvmLibraries_2021_09
Have compiled the osvvv, Common + UART libraries by calling the relevant .pro files
e.g.
build ../UART/UART.proNo probs so far
When I try to execute
build ../UART/testbench/testbench.pro I get this error
####################
####################
do ../UART/testbench/testbench.pro
# vmap…[Read more] -
Jackie Sampsel's profile was updated 3 years, 8 months ago
-
Dave became a registered member 3 years, 8 months ago
-
David became a registered member 3 years, 8 months ago
- Load More
The new reports lets me finally ditch an internal branch with XML-based reports which I created some years ago. I’m very happy that OSVVM has added such an feature finally. I will test it soon with some of our test benches ?