From 7d3976a76353b4a89588925285e80ea33efa0797 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 17 Sep 2013 13:16:20 -0700 Subject: Unifying standard cell library representations. --- src/base/ver/verCore.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/base/ver') diff --git a/src/base/ver/verCore.c b/src/base/ver/verCore.c index 1e103b55..875a16b4 100644 --- a/src/base/ver/verCore.c +++ b/src/base/ver/verCore.c @@ -121,6 +121,9 @@ Ver_Man_t * Ver_ParseStart( char * pFileName, Abc_Lib_t * pGateLib ) // create the design library and assign the technology library p->pDesign = Abc_LibCreate( pFileName ); p->pDesign->pLibrary = pGateLib; + // derive library from SCL +// if ( Abc_FrameReadLibScl() ) +// Abc_SclInstallGenlib( Abc_FrameReadLibScl(), 0, 0, 0 ); p->pDesign->pGenlib = Abc_FrameReadLibGen(); return p; } -- cgit v1.2.3