summaryrefslogtreecommitdiffstats
path: root/src/base/main/mainInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-24 21:31:46 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-24 21:31:46 -0700
commit13bd7b334cfc84a19446a8ae93b59af5eb78ac22 (patch)
tree203837b82c48a693185c240646d416132e60a3cc /src/base/main/mainInt.h
parent22d21a5c44a05e49c315bb0732cc0de100350e4a (diff)
downloadabc-13bd7b334cfc84a19446a8ae93b59af5eb78ac22.tar.gz
abc-13bd7b334cfc84a19446a8ae93b59af5eb78ac22.tar.bz2
abc-13bd7b334cfc84a19446a8ae93b59af5eb78ac22.zip
New package to read/write a subset of Liberty for STA.
Diffstat (limited to 'src/base/main/mainInt.h')
-rw-r--r--src/base/main/mainInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h
index 1eb47424..e305c74f 100644
--- a/src/base/main/mainInt.h
+++ b/src/base/main/mainInt.h
@@ -90,6 +90,7 @@ struct Abc_Frame_t_
void * pLibGen2; // the current genlib
void * pLibSuper; // the current supergate library
void * pLibVer; // the current Verilog library
+ void * pLibScl; // the current Liberty library
// new code
Gia_Man_t * pGia; // alternative current network as a light-weight AIG