Activity
-
Mikael replied to the topic Safer Check if Simulation passed or Not in the forum OSVVM 2 months, 4 weeks 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, 4 weeks 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, 4 weeks ago
-
Mikael became a registered member 3 months ago
-
Fatemeh became a registered member 3 months ago
-
Remy became a registered member 3 months ago
-
Bruno became a registered member 3 months ago
-
Mikael became a registered member 3 months ago
-
Karl's profile was updated 3 months ago
-
Andy became a registered member 3 months ago
-
Hassan replied to the topic Parallel Simulations in OSVVM and VUnit Integration in the forum OSVVM 3 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 3 months, 1 week ago
-
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 3 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 3 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 3 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 3 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 3 months, 2 weeks ago
Fantastic, thanks for the quick reponse.
-
Jim Lewis replied to the topic Handling expected failures in the forum OSVVM 3 months, 2 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]
-
Mikkie started the topic Handling expected failures in the forum OSVVM 3 months, 2 weeks ago
I have a test that create a single failure on a transition from one mode to the other. How can I tell OSVVM that this error is expected. The AffirmIF runs multiple times in the loops and in one loop iteration it fails. The iteration may be different depending on the timeout settings, so i cannot just check the iteration count. I would rather have…[Read more]
-
Mikkie replied to the topic Combining Results from Multiple Runs into One HTML Report in the forum OSVVM 3 months, 2 weeks ago
Just chiming in on this topic, I was going to ask the same question re. combining multiple tests into a single report.
@David, can you give some pointer on how to combine the coverage from Questa? - Load More