Activity
-
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 2 weeks, 5 days 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 weeks, 5 days 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 weeks, 5 days 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 weeks, 5 days 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 weeks ago
Fantastic, thanks for the quick reponse.
-
Jim Lewis replied to the topic Handling expected failures in the forum OSVVM 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]
-
Mikkie started the topic Handling expected failures in the forum OSVVM 3 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 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? -
Alberto became a registered member 1 month ago
-
Ruben became a registered member 1 month ago
-
Peter became a registered member 1 month ago
-
Eamon became a registered member 1 month, 1 week ago
-
Grzegorz became a registered member 1 month, 1 week ago
-
Mehmet became a registered member 1 month, 1 week ago
-
Marvin replied to the topic Request for estimated release window of Avalon MM in the forum OSVVM 1 month, 1 week ago
Hi Jim,
Thank you for your quick response and the insights you provided. At this time, we are primarily interested in a VC for a “simple” AvalonMM interface, which includes the signals address, read, readdata, write, writedata, waitrequest and readdatavalid. For now we are not using the burst and response features.
As for the properties, we are…[Read more]
-
Mehmet Gurban became a registered member 1 month, 2 weeks ago
-
Emirhan became a registered member 1 month, 2 weeks ago
-
Silviano became a registered member 1 month, 2 weeks ago
-
Jim Lewis replied to the topic Request for estimated release window of Avalon MM in the forum OSVVM 1 month, 2 weeks ago
Hi Marvin,
What Avalon MM capability are you looking for? Basic access is easy – registers. The curious and clever pipelining modes looked challenging when I looked at the interface. If you could enumerate what you need, it may break it loose.Currently I am tied up working on Questa scripts due to their decision to make numerous…[Read more]
-
Marvin started the topic Request for estimated release window of Avalon MM in the forum OSVVM 1 month, 2 weeks ago
Hi Jim,
after searching the forum for a while, I noticed that you are working on the VC for the Avalon MM interface. My colleagues and I are very interested in this development, as our company has several modules that utilize such interfaces. We are eagerly looking forward to the release of this feature. Could you please provide us with a rough…[Read more]
- Load More