Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to use my tcl/tk script in cadence?

Status
Not open for further replies.

shrbht

Full Member level 1
Joined
Mar 15, 2005
Messages
95
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,872
testItemOneID=hiCreateMenuIt(
?name 'testItemOne
?itemText "tcl/tk!"
)

testItemTwoID=hiCreateMenuItem(
?name 'testItemTwo
?itemText "help!"
)

testMenuID=hiCreatePulldownMenu(
'testMenu
"Test"
'(testItemOneID,testItemTwoID)
)

hiInsertBannerMenu(
hiGetCIWindow()
'testMenuID
hiCreatePulldownMenu
4
)



how to use my tcl/tk script in the skill program? I want to click "tcl/tk" to source my script
thank u
 

You can use the SKILL to call the scripts that you want to point and execution them background. ( guess you TCL/TK scripts will source something that you need).
 

how to use my tcl/tk script in the skill program? I want to click "tcl/tk" to source my script
thank u[/quote]

here is pdf attached , maybe helpful

Regards
qhyfish
 

    shrbht

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top