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.

SOC Encounter scripting Problem

Status
Not open for further replies.

mohit

Newbie level 6
Joined
Jan 9, 2006
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,373
I am trying to understand how to use Tcl within SOC encounter. In the command window I typed

encounter> set varA [get_pins UC13546/*]
0x7

The value set on varA is then

encounter> puts $varA
0x7

Just running the following gives

encounter> get_pins UC13546/*
UC13546/A UC13546/B
0x8

It seems after every command I type the correct value gets displayed followed by some other value like "0x7, 0x8....." and so on. Thus my variable picks up this last value instead of the correct value. Any ideas on what is happening.
 

try using the get_object_name command ...

puts [get_object_name $varA]
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top