寄生参数抽取 只会StarRC 不会QRC?本章节讲解下QRC抽取寄生参数。
第一步,输入:
input_db -type def
-design_file 输入单def文件
-def_file_list_file 输入子def文件list
-lef_file_list
-gds_file_list
第二步:提取设置
extraction_setup \
-max_fracture_length value
-technology_layer_map \
designLayer1 techLayer1 ...
其中:
designLayer1 是LEF或DEF中的layer名。
techLayer1 是technology file中的layer名。
max_fracture_length设置的意义,是为了让R提取更为准确,分的越细,精度更高,但是运行速度和数据量也更大,注意,max_fracture_length 设置值不能低于5,否则工具会报错。
第三步:设置输出、log
output_setup -temporary_directory_name directory
output_db -type spef -compressed true
log_file -file_name filename
第四步:设置Techfile
审核编辑:刘清
全部0条评论
快来发表一下你的评论吧 !