Jerzy Gbur
-
Jerzy Gbur replied to the topic Vivado and OSVVM in the forum OSVVM 3 days, 14 hours 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 days, 15 hours 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 days, 18 hours 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 days, 19 hours 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]