O
Olaf
Guest
Hi,
this time a start to use tcl/tk scripts in modelsim
Well, the following doesn't work:
noview wave
add wave dut_clk
configure wave -signalnamewidth 1
wm geometry .wave [winfo screenwidth .]x330+0-20
and I get the error:
# bad window path name ".wave"
Should the window not named .wave in the TK path?
Thanks
Olaf
this time a start to use tcl/tk scripts in modelsim
Well, the following doesn't work:
noview wave
add wave dut_clk
configure wave -signalnamewidth 1
wm geometry .wave [winfo screenwidth .]x330+0-20
and I get the error:
# bad window path name ".wave"
Should the window not named .wave in the TK path?
Thanks
Olaf