Activity
-
Mikael replied to the topic Safer Check if Simulation passed or Not in the forum OSVVM 2 months ago
The Report APIs should be there in Questa sim 2025.2.
The latest Questasim version is now 2025.3Remember that today, mixed language designs are very common. Some IPs are only available in Verilog.
So it is not just VHDL assertions that can be a source of errors.
There could be SVA assertions, both immediate and concurrent.IPs or library…[Read more]
-
Jim Lewis replied to the topic Safer Check if Simulation passed or Not in the forum OSVVM 2 months ago
Hi Mikael,
This is a good point. In VHDL-2019, we put things in that will allow OSVVM to collect error information from VHDL and PSL assertions. Sounds like a great addition for the next release.Do you know which version of Questa started supporting the following subprograms from std.env:
For VHDL Asserts:
GetVhdlAssertCount,…[Read more] -
Mikael replied to the topic Safer Check if Simulation passed or Not in the forum OSVVM 2 months ago
By saving the UCDB file for each testcase (<testname>.ucdb , you can also check the teststatus afterwards:
>vcover attribute OsvvmTemp_Questa/TbAxi4_DemoMemoryReadWrite1.ucdbThe tcl procedure I use to check the test status,just contact me and I will send it. Seems like the code is blocked.
-
Mikael started the topic Safer Check if Simulation passed or Not in the forum OSVVM 2 months ago
Today the outcome of the simulation is solely dependent on the OSVVM report server and if you have triggered an error or not.
But if you have for example an external library cell/ip that uses assertions, it can still look as the simulation passed while it indeed failed.I added “assert false” in a testcase to illustrate the problem. This is the…[Read more]
-
MOhd became a registered member 2 months ago
-
Mikael became a registered member 2 months ago
-
Fatemeh became a registered member 2 months ago
-
Remy became a registered member 2 months ago
-
Bruno became a registered member 2 months ago
-
Mikael became a registered member 2 months, 1 week ago
-
Karl's profile was updated 2 months, 1 week ago
-
Andy became a registered member 2 months, 1 week ago
-
Hassan replied to the topic Parallel Simulations in OSVVM and VUnit Integration in the forum OSVVM 2 months, 1 week ago
Is there any update on this i.e can we now generate the reports of OSVVM from VUnit test framework based testbench?
-
Adam became a registered member 2 months, 2 weeks ago
-
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 2 months, 2 weeks ago
Ok, I found it, need to use depricated module LanguageSupport2019Pkg_c.vhd – there is overloaded “to_string” function inside.
-
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 2 months, 2 weeks ago
Still have problem, but it looks that problematic is “to_String” function, because full Error string stand as folow:
ERROR: [VRFC 10-9439] type error near ‘l’; expected type ‘direction’ [x:/x/x/OsvvmLibraries/osvvm/AlertLogPkg.vhd:4525]
ERROR: [VRFC 10-2922] ‘to_string’ expects 1 arguments [x:/x/x/OsvvmLibraries/osvvm/AlertLogPkg.vhd:4525]
ERROR:…[Read more] -
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 2 months, 2 weeks ago
I think the problem is “integer_vector” type. It looks like it is invisible in AlertLogPkg package.
I don’t know why.
Did someone had the some issue? -
Jerzy Gbur started the topic Vivado and OSVVM in the forum OSVVM 2 months, 2 weeks ago
Hallo,
I try to use ossvm in Vivado 2024.2
Problem:
1. when I import osvvm package sources into vivado as VHDL file types, I received:
ERROR: [VRFC 10-4982] syntax error near ‘protected’ [x:/x/x/OsvvmLibraries/osvvm/NamePkg.vhd:52]
2. when I import ossvm package sources into vivado as VHDL-2008 file types, I received:
ERROR: [VRFC 10-9439] type…[Read more] -
Mikkie replied to the topic Handling expected failures in the forum OSVVM 2 months, 3 weeks ago
Fantastic, thanks for the quick reponse.
-
Jim Lewis replied to the topic Handling expected failures in the forum OSVVM 2 months, 3 weeks ago
Hi Mikkie
Use a negative value in the ExternalErrors parameter to EndOfTestReports. For example if you have 3 expected errors:EndOfTestReports(ExternalErrors => (FAILURE => 0, ERROR => -3, WARNING => 0)) ;The value is summed up with its corresponding field, then the absolute value is taken, and finally the separate values are summed to…[Read more]
- Load More