Changeset 741
- Timestamp:
- Dec 4, 2009 5:11:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/instedit.tcl
- Property rcs:date changed from 2003/08/11 19:28:27 to 2003/11/05 22:14:46
- Property rcs:lines changed from +54 -54 to +1 -4
- Property rcs:rev changed from 1.2 to 1.3
r730 r741 381 381 } 382 382 foreach item $proflist { 383 puts "item = $item"384 383 set h [lindex $item 0] 385 puts "top = $top.r$h"386 384 $top.r$h config -state normal \ 387 385 -command "instSelectPhase [list $item]" … … 435 433 436 434 proc instSetProfile {proflist} { 437 puts "set profile $proflist"438 435 global instparms instdat expgui 439 436 set b $instparms(bank)
Note: See TracChangeset
for help on using the changeset viewer.