[sv-cc] vpiReg and vpiLogic

From: Tapati Basu <Tapati.Basu_at_.....>
Date: Fri May 27 2005 - 14:30:27 PDT
Hi,

I just noticed that we are now treating vpiRegVar and vpiLogicVar the same way.
That means both of them will be the same constant in the header file. Now what 
happens if user has this code already for SV ? 

case vpiReg : 
     printf( vpiReg)
     
case vpiLogic : 
     printf(vpiLogic)
     
   
We will get a duplicate case error here. Do we suggest them to just change 
their code ? 


What is our decison, by default what should vpi_get_str(vpiType..) will give 
for logic/reg handle ? Should it be vpiLogic or vpiReg ? 

- Regards,
Tapati 
Received on Fri May 27 14:30:35 2005

This archive was generated by hypermail 2.1.8 : Fri May 27 2005 - 14:30:40 PDT