lib.tcl
来自「Altare公司训练新人的练习题下载.rar FPGA/CPLD」· TCL 代码 · 共 9 行
TCL
9 行
proc compile {prjct} {
project set_active_cmp $prjct
cmp start
while { [cmp is_running] } {
after 10; # sleep to avoid hogging the CPU
FlushEventQueue # flush the messages coming from the cmp
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?