📄 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 + -