Also mark gf180mcu process as Sky130

This commit is contained in:
Staf Verhaegen 2022-11-25 11:22:08 +01:00
parent 0ee4542d57
commit 047eb4cc78
1 changed files with 5 additions and 1 deletions

View File

@ -182,7 +182,11 @@ namespace {
defrSetSNetCbk ( _snetCbk );
defrSetPathCbk ( _pathCbk );
if (DataBase::getDB()->getTechnology()->getName() == "Sky130") _flags |= Sky130;
if ( (DataBase::getDB()->getTechnology()->getName() == "Sky130")
|| (DataBase::getDB()->getTechnology()->getName() == "gf180mcu")
) {
_flags |= Sky130;
}
}