?? cmpldes1.script
字號:
/* 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -