From 480ca14c75e9f8c54ca9b55c39162324aaa1e288 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 19 Sep 2012 17:35:04 -0700 Subject: Extending Liberty parser to handle multi-output cells. --- src/map/amap/amapInt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/amap/amapInt.h') diff --git a/src/map/amap/amapInt.h b/src/map/amap/amapInt.h index a9a593c0..e2284ce6 100644 --- a/src/map/amap/amapInt.h +++ b/src/map/amap/amapInt.h @@ -149,6 +149,7 @@ struct Amap_Pin_t_ struct Amap_Gat_t_ { Amap_Lib_t * pLib; // library + Amap_Gat_t * pTwin; // twin gate char * pName; // the name of the gate char * pOutName; // name of the output double dArea; // the area of the gate -- cgit v1.2.3