美文网首页模拟集成电路分析与设计提问
已解决:Cadence用ocean脚本导出仿真数据出错

已解决:Cadence用ocean脚本导出仿真数据出错

作者: 家琛的水笔 | 来源:发表于2021-10-19 23:24 被阅读0次

运行CMP_offset.ocn脚本出错

CMP_offset.ocn内容如下:

;; open the simulation result in "Dir"
openResults("/home/vikinglan/pll_tsmc013/simulation/Rvco_v1/spectre/schematic-save/psf")
;; point out which result to process
selectResult('tran)
;; export result to a txt file
ocnPrint(?output "./comp.txt" ?precision 2 ?numberNotation 'none ?from 40n ?to 32.04u ?step 0.2u v("/OUTP"))
exit()

出现下面错误,应该如何解决?

SYNTAX ERROR found at line 3 column 17 of file CMP_offset.ocnError lineread/read: syntax error encountered in input
Error load: error while loading file - "CMP_offset.ocn" at line 3
load( "CMP_offset.ocn" )
Error fprintf/sprintf: format spec. incompatible with data - "Format is ‘%-14.2g ', argument #1 is 1"
Error load: error while loading file - "CMP_offset.ocn" at line 3
CIW ICADVM18.1-64b

相关文章

网友评论

    本文标题:已解决:Cadence用ocean脚本导出仿真数据出错

    本文链接:https://www.haomeiwen.com/subject/xbpzoltx.html