virtuoso layout闪退奔溃解决
用oaScan 命令可以解决:
lib的名字是aaa
lib的目录路径是 /home/project/aaa
/home/cadence/IC617/bin/oaScan -lib aaa -libPath /home/project/aaa -repair
有些系统没有把oaScan添加到环境变量中,只用oaScan命令是不能用的。我的系统也没有加所以用了一个完整路径 /home/cadence/IC617/bin/oaScan 来运行
以下是详细的命令说明
#Usage: oaScan
#Syntax: oaScan
-lib libName Name of the library to process
[-libPath path] Full path to the library directory
[-cell cellName] Name of a cell to process
[-view viewName] Name of a view in the specified cell to process
[-viewType viewType] Only designs matching this viewType (e.g.,
‘maskLayout’, ‘schematic’, schematicSymbol’,
‘netlist’, etc.) will be processed
[-dbType databaseType] Restrict processing to the specified database
type (i.e., Design, Tech, DMData)
[-dataModel version] Specifies the data model to maintain (default:4)
[-repair] Repair inconsistent databases
[-verbose] Output progress
[-forceLibPath] Ignores check for .oalib in libPath
[-fixWarnings] Repair warning issues
[-noWarnings] Do not display warnings in scan mode
[-libLevelOnly] Only process library level files
[-cellLevelOnly] Only process cell level files
[-ignoreFile fileName] Ignore the cells and cellViews listed in the
specified file
[-logFile file] Name of log file
[-templateFile file] File that collects command options
[-h | -help] Prints this help message
[-version] Prints tool version information
参考:https://bbs.eetop.cn/thread-928992-1-1.html