Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
16012 Discussions

Modelsim ASE how to maximize main window with tcl?

Altera_Forum
Honored Contributor II
1,042 Views

Hi All. 

 

It's quite a strange question but ... if anybody could tell me how to make main window of Modelsim ASE 10.1d (Altera Quartus 13.0sp1) open maximized (I guess I should write some tcl commands to startup.do script mentioned (if uncommented) from modelsim.ini but what commands could I issue? Tk command wm is not supported as a Tk itself (in this version of Modelsim). 

 

e.g. script  

variable tk_ok 1 if {variable tk_ok 0} if {$tk_ok == 1} then { wm state . zoomed puts "Tk supported. Main window zoomed" } else { puts "No Tk supported" } 

produce "No Tk supported" output 

 

Regards, Anatoly.
0 Kudos
0 Replies
Reply