maulin sheth
Advanced Member level 2
- Joined
- Oct 24, 2010
- Messages
- 502
- Helped
- 90
- Reputation
- 179
- Reaction score
- 90
- Trophy points
- 1,318
- Location
- Bangalore, India
- Activity points
- 4,161
Hello All,
I want to do tcl scripting like...
I have two lists..
now I want to execute synopsys command with both list...So how can I do that..
e.g.
set scan_in {si1 si2 si3 si4}
set scan_out {so1 so2 so3 so4}
set_dft_signal -port $scan_in (for all 4 scan_in signals)
set_dft_signal -port $scan_out (for all 4 scan out signals)
I want to do this for all 4 chain..
so how to do it in tcl with for command or foreach command?
Pl help me to solve this...
I want to do tcl scripting like...
I have two lists..
now I want to execute synopsys command with both list...So how can I do that..
e.g.
set scan_in {si1 si2 si3 si4}
set scan_out {so1 so2 so3 so4}
set_dft_signal -port $scan_in (for all 4 scan_in signals)
set_dft_signal -port $scan_out (for all 4 scan out signals)
I want to do this for all 4 chain..
so how to do it in tcl with for command or foreach command?
Pl help me to solve this...