PDA

View Full Version : compilation errors with ncvlog



bacem_81
01-28-2008, 01:19 AM
Hi all and especially Cadence guys ,
I'm not fun of the irun command and I'd like to compile the ovm examples with ncvlog, but I faced this error :

function void ovm_scope_stack::up (ovm_void obj, byte separator =".");
ncvlog: *W,PMBDVX (../../../src/base/ovm_misc.sv,244|62): Default argument value matching in out of block declarations not yet implemented. The prototype declaration is used.

I can change the code and remove the ="." from this line but I will get other problems of same type.
Can you please find a solution because I can't understand how the irun with same IUS version (6.2 s3) is compiling without any problem while the ncvlog is not, :confused::confused::confused:

Thanks in advance for your support,

dlong
01-28-2008, 01:55 AM
Hi,

Incisive 6.2 requires the svpp preprocessor to handle some of the syntax in OVM (e.g. parameterised classes). Unfortunately, svpp only works with irun, not ncvlog.

Regards,
Dave