⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top_const.scr

📁 design compile synthesis user guide
💻 SCR
字号:
/*************************************************************//*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -