summaryrefslogtreecommitdiffstats
path: root/src/map/amap/amapInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-09-19 17:35:04 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-09-19 17:35:04 -0700
commit480ca14c75e9f8c54ca9b55c39162324aaa1e288 (patch)
tree446dc0fd3a98d5d60c01f01f5b95e380b002ce34 /src/map/amap/amapInt.h
parent3af0f719afa368cafbe7c8178d0995819b47be90 (diff)
downloadabc-480ca14c75e9f8c54ca9b55c39162324aaa1e288.tar.gz
abc-480ca14c75e9f8c54ca9b55c39162324aaa1e288.tar.bz2
abc-480ca14c75e9f8c54ca9b55c39162324aaa1e288.zip
Extending Liberty parser to handle multi-output cells.
Diffstat (limited to 'src/map/amap/amapInt.h')
-rw-r--r--src/map/amap/amapInt.h1
1 files changed, 1 insertions, 0 deletions
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