Activity
-
Alain became a registered member 3 weeks, 1 day ago
-
Pablo became a registered member 3 weeks, 1 day ago
-
Nigel started the topic Weird QuestaSim Base Error in the forum OSVVM 3 weeks, 1 day ago
Got a bit of a strange one here. I finally had to bite the bullet and let go of ModelSim DE and upgrade to QuestaSim Base. Straight away I ran into a problem with my simulations that use OSVVM (my sims that don’t use OSVVM work fine). When running the sim, Questa reports the following error:
** Error:…[Read more]
-
Mikael replied to the topic Safer Check if Simulation passed or Not in the forum OSVVM 3 weeks, 2 days 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 3 weeks, 3 days 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 3 weeks, 3 days 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 3 weeks, 3 days 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 3 weeks, 3 days ago
-
Mikael became a registered member 3 weeks, 4 days ago
-
Fatemeh became a registered member 3 weeks, 4 days ago
-
Remy became a registered member 3 weeks, 4 days ago
-
Bruno became a registered member 3 weeks, 4 days ago
-
Mikael became a registered member 4 weeks ago
-
Karl's profile was updated 4 weeks, 1 day ago
-
Andy became a registered member 1 month ago
-
Hassan replied to the topic Parallel Simulations in OSVVM and VUnit Integration in the forum OSVVM 1 month 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 1 month ago
-
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 1 month, 1 week 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 1 month, 1 week 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 1 month, 1 week 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? - Load More