关于ocean的使用的问题
时间:10-02
整理:3721RD
点击:
各位好:
想用ocean的脚本来跑仿真,并且测量出延迟。
按照规定的格式写出delay语句,但总是报错。下面是脚本的原文件。
delay( ?wf1vt("/net8") ?value 2.5 ?nth1 1 ?edge1 'falling ?wf2 vt("/net5") ?value 2.5 ?nth2 1 ?edge2 'rising)
想用ocean的脚本来跑仿真,并且测量出延迟。
按照规定的格式写出delay语句,但总是报错。下面是脚本的原文件。
delay( ?wf1vt("/net8") ?value 2.5 ?nth1 1 ?edge1 'falling ?wf2 vt("/net5") ?value 2.5 ?nth2 1 ?edge2 'rising)
最后终于解决了。
改了三部分:1 设置了输出文件:out=outfile("./ddd/ddd.out")
2 设propdf=delay(......
3 用fprintf设置delay的输出 fprintf(out ">>>" propdf)
初学者多谢小编了