2008年7月11日

PrimeTime(2)

(continue)

Components of a Master Run Script:

Source application variables file

read netlist + SDF

constrain

validate inputs

save session

print messages and quit

 

在运行pt_shell –f RUN.tcl | tee –i run.log应该先用ptprocheck RUN.tcl命令对script做语法检查,可以节省宝贵的时间和license

在退出pt以前执行print_message_info单独报告出错误信息,方便查看。

指出tcl中的错误:source –verbose ./scripts/constraints.tcl

找不到的设计为被pt自动创建blackbox,一般不推荐这么做。可以把link_create_black_boxes设为false,再显示地写出报出的错误中认为是正确的black box

检查约束的完整性:redirect –tee –append ./EW.log {check_timing}unconstrain warning一定要看看。

save_session –replace orca_savesession; session文件用于多个工程师共享工作信息,在使用时要注意版本统一。

 

(to be continue)

> <

@2008 - * yaowu is here.