From 13bd7b334cfc84a19446a8ae93b59af5eb78ac22 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 24 Aug 2012 21:31:46 -0700 Subject: New package to read/write a subset of Liberty for STA. --- src/base/main/mainInt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/main/mainInt.h') 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 -- cgit v1.2.3