Reply To: Cadence support for OSVVM 2015.03

Why OSVVM™? Forums OSVVM Cadence support for OSVVM 2015.03 Reply To: Cadence support for OSVVM 2015.03

#1052
Jim Lewis
Member

Hi Alex,

I still need to look into the following error message:

Also I have problem with impure function Initialize:    constant
CONSTRUCT_ALERT_DATA_STRUCTURE : boolean := Initialize ;                
                                                  |ncvhdl_p: *E,IPMCAL
(/prj/nvem/sw/SynthWorks/OSVVM@2015.06/AlertLogPkg.vhd,1009|66): Illegal
protected method call or member access as per LRM [10.3].

I have a planned work around for this that I would like to try, it is a matter of having some time to do it.  What is happening here is a local function is calling procedure that is also a method (visible from outside).  I plan to fix it by having the local function call another local procedure and having the method call the local procedure.  This would work around any issues described in the LRM. 

Jim