[sv-cc] Re: missing svPutPartSelectBit() - and other oversights


Subject: [sv-cc] Re: missing svPutPartSelectBit() - and other oversights
From: Andrzej Litwiniuk (Andrzej.Litwiniuk@synopsys.com)
Date: Mon Mar 31 2003 - 11:39:08 PST


> Another minor one: Missing definition of svScope typedef.
>
> You should insert this before the typedef for the svOpenArrayHandle:
>
> typedef void *svScope;

Yeah.

> Also, I notice that svGet64Bits returns a long long. Had you
> intentionally decided not to define an svBitVec64 data type
> to be consistent with the typedef for svBitVec32 ?
>
> Seems like svGet64Bits should return svBitVec64 typedef'ed
> as follows:
>
> typedef unsigned long long svBitVec64;
>
> -- johnS

This omission was intentional. I was afraid that svBitVec64 could have been misinterpreted as an alternative form of canonical representation, with
64-bit chunks instead of 32-bit.
Now I'm not sure whether we should keep svGet64Bits at all.

Andrzej



This archive was generated by hypermail 2b28 : Mon Mar 31 2003 - 11:39:51 PST