top_const.scr

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

SCR
31
字号
/*************************************************************//*  Script to read the GTECH view of the design              *//*                                                           *//*  User modified constraints file will be used to examine   *//*  how RTL Analyzer checks for over contrained paths        *//*************************************************************//* Set required variables */include scripts/setup.scr;/* creating a variable to be used for writing out reports */toplevel = "top";/* Read previously created GTECH database */read top_gtech.db;/* Remove previously assigned constraints */remove_constraint -all;current_design = toplevel;/* include the script to apply constraints to the design */include constraints_mod.scr;                /* RTL Analyzer specific *//* Write out GTECH database and RTL Analyzer Project file, */ /* start RTL Analyzer GUI and load GTECH design            */rtl_analyzer -output unmapped_dir + toplevel + "_conmod_gtech.db" \             -project proj_dir + toplevel + "_conmod_gtech.proj";exit;

⌨️ 快捷键说明

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