?? modelsim.tcl
字號:
# modelsim.tcl
#
# Hooks constellation-diagram code, in <argand.tcl>,
# to the ModelSim wave window.
#
# Jonathan Bromley 25 Apr 2002
# Read the constellation plot code into Tcl
#
source argand.tcl
# Proc to add the appropriate menu item to any wave window
#
proc wave_hook {w} {
add_menu $w plots
add_menuitem $w plots Polar [list argand $w]
}
# Hook this stuff into every new ModelSim wave window
#
lappend PrefWave(user_hook) wave_hook
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -