report.scr

来自「design compile synthesis user guide」· SCR 代码 · 共 17 行

SCR
17
字号
/* This script file creates report for all modules */maxpaths = 15check_design > log_path + rpt_filereport_area >> log_path + rpt_filereport_design >> log_path + rpt_filereport_cell >> log_path + rpt_filereport_reference >> log_path + rpt_filereport_port -verbose >> log_path + rpt_filereport_net >> log_path + rpt_filereport_compile_options >> log_path + rpt_filereport_constraint -all_violators -verbose \   >> log_path + rpt_filereport_timing -path end >> log_path + rpt_filereport_timing -max_path maxpaths \   >> log_path + rpt_file

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?