Project

General

Profile

Actions

Common GUI usage

step 1: check GUI official new hire training at: http://10.30.200.21:8088/projects/understand-aguda/wiki/Aguda_GUI

step 2: study below hot commands:

select
highlight

髻 below commands in dbTcl
list—figures
add—figure
add—drawing
delete—figure
set—figure

You may use a tiny case to add figures in layout view:

Case location:	/rndl/llchen/newhire—training/ARM—tiny—case/tiny—gui—trainingO.tcl 
l.atest VP binary: run getVP, latest VP will be linked as vp—golden

Task 1:

Use tcl command to write your name in chip layout window

stepl: load—prollect /rndl/llchen/newhire—training/ARM—tiny—case/db/tiny—route—opt.db 
step2: open—layout
step3: add—figure xxx
step4: add—drawing -figure xxx text {O 25} 2O "your—name" 

Task 2:

Use C++ code to write your name, you may use "python_demo" in emirTcl/emirTclUtil.cpp as new command wrapper Later you can define your own command to draw your name on GUI

stepl: load—prollect /rndl/llchen/newhire—training/ARM—tiny—case/db/tiny—route—opt.db 
step2: open—layout
step3: python—demo "your name" 

Updated by jun chen 3 months ago · 1 revisions