oops ...
This commit is contained in:
parent
ab4a8e4346
commit
d53d1f53b0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue