diff --git a/crlcore/src/ccore/OAParserDriver.cpp b/crlcore/src/ccore/OAParserDriver.cpp index 7cfd28e9..4a5512cd 100644 --- a/crlcore/src/ccore/OAParserDriver.cpp +++ b/crlcore/src/ccore/OAParserDriver.cpp @@ -11,13 +11,14 @@ namespace CRL { OADriver::OADriver(Cell* cell) : _cell(cell) {} void OADriver::save(const std::string& filePath) { - //CRL::OpenAccess::oaDriver(filePath, _cell); + CRL::OpenAccess::oaDriver(filePath, _cell); } OAParser::OAParser(const std::string& cellLibPath,const std::string& cellLibName, const std::string& techLibPath,const std::string& techLibName) : _cellLibPath(cellLibPath), _cellLibName(cellLibName), - _techLibPath(techLibPath), _techLibName(techLibName) {} + _techLibPath(techLibPath), _techLibName(techLibName) { + } Cell* OAParser::open(const std::string& cellName) { return CRL::OpenAccess::oaCellParser(_cellLibPath, _cellLibName, cellName,