cmpldes1.script
来自「design compile synthesis user guide」· SCRIPT 代码 · 共 18 行
SCRIPT
18 行
/* design_analyzer script file for first part of Chapter 9 *//* Run this compile script first *//* Remove any designs in memory */remove_design -all/* Read in the design */read -format db {"./db/TOP_before_compile.db"}create_schematic -size infinite -gen_database/* Optimize the design to meet the constraints */compile -map_effort medium -verify -verify_effort low -boundary_optimization/* write the current design to compile.db */write current_design -format db -hier -output ./db/compile.dbquit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?