1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795
|
################################################################################################
# Copyright (c) 2006-2010 Trevor Williams #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by the Free Software #
# Foundation; either version 2 of the License, or (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; #
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #
# See the GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License along with this program; #
# if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #
################################################################################################
set comb_ul_inc_ip 0
set comb_ul_exc_ip 0
set comb_curr_uline_id 0
set comb_curr_exp_id 0
set comb_bheight -1
set curr_comb_ptr ""
set comb_geometry ""
set comb_gui_saved 0
proc K {x y} {
set x
}
proc comb_calc_indices {uline line first} {
global comb_uline_indices comb_uline_exc_indices comb_ul_inc_ip comb_ul_exc_ip
global comb_exp_excludes
set i 0
set comb_uline_indices ""
set comb_uline_exc_indices ""
if {$first == 0 && $comb_ul_inc_ip == 1} {
set i [string first "-" $uline 0]
set comb_ul_inc_ip 0
} elseif {$first == 0 && $comb_ul_exc_ip == 1} {
set i [string first "-" $uline 0]
set comb_ul_exc_ip 0
} else {
set i [string first "|" $uline 0]
}
while {$i != -1} {
if {$first == 1} {
set first 0
set id [regexp -inline -start $i -- {\d+} $uline]
if {[lindex $comb_exp_excludes $id] == 1} {
set comb_uline_exc_indices $line.$i
set comb_ul_exc_ip 1
} else {
set comb_ul_inc_ip 1
}
set comb_uline_indices "$line.$i"
} else {
if {$comb_ul_inc_ip == 1} {
lappend comb_uline_indices "$line.[expr $i + 1]"
set comb_ul_inc_ip 0
} elseif {$comb_ul_exc_ip == 1} {
lappend comb_uline_indices "$line.[expr $i + 1]"
lappend comb_uline_exc_indices "$line.[expr $i + 1]"
set comb_ul_exc_ip 0
} else {
set id [regexp -inline -start $i -- {\d+} $uline]
if {[lindex $comb_exp_excludes $id] == 1} {
lappend comb_uline_exc_indices "$line.$i"
set comb_ul_exc_ip 1
} else {
set comb_ul_inc_ip 1
}
lappend comb_uline_indices "$line.$i"
}
}
set i [string first "|" $uline [expr $i + 1]]
}
if {$i == -1} {
if {$comb_ul_inc_ip == 1} {
lappend comb_uline_indices "$line.end"
} elseif {$comb_ul_exc_ip == 1} {
lappend comb_uline_exc_indices "$line.end"
lappend comb_uline_indices "$line.end"
}
}
}
proc display_comb_info {} {
global comb_code comb_uline_groups comb_ulines
global comb_uline_indices comb_uline_exc_indices comb_first_uline
global comb_gen_ulines comb_curr_uline_id
global comb_curr_cursor comb_curr_info
global uncov_fgColor uncov_bgColor
global cov_fgColor cov_bgColor
set curr_uline 0
# Remove any tags associated with the toggle text box
.combwin.pw.top.t tag delete comb_enter
.combwin.pw.top.t tag delete comb_leave
.combwin.pw.top.t tag delete comb_bp1
.combwin.pw.top.t tag delete comb_bp3
.combwin.pw.top.t tag delete comb_inc_hl
.combwin.pw.top.t tag delete comb_exc_hl
# Allow us to clear out textbox and repopulate
.combwin.pw.top.t configure -state normal
# Clear the textbox before any insertion is being made
.combwin.pw.top.t delete 1.0 end
# Get length of comb_code list
set code_len [llength $comb_code]
# Generate underlines
generate_underlines
# Write code and underlines
set curr_line 1
set first 1
for {set j 0} {$j<$code_len} {incr j} {
.combwin.pw.top.t insert end "[lindex $comb_code $j]\n"
incr curr_line
.combwin.pw.top.t insert end "[lindex $comb_gen_ulines $j]\n"
comb_calc_indices [lindex $comb_gen_ulines $j] $curr_line $first
incr curr_line
set first 0
.combwin.pw.top.t insert end "\n"
incr curr_line
}
# Perform syntax highlighting
verilog_highlight .combwin.pw.top.t
# Keep user from writing in text box
.combwin.pw.top.t configure -state disabled
# Add included expression tags and bindings
if {[llength $comb_uline_indices] > 0} {
eval ".combwin.pw.top.t tag add comb_enter $comb_uline_indices"
eval ".combwin.pw.top.t tag add comb_leave $comb_uline_indices"
eval ".combwin.pw.top.t tag add comb_bp1 $comb_uline_indices"
eval ".combwin.pw.top.t tag add comb_bp3 $comb_uline_indices"
eval ".combwin.pw.top.t tag add comb_inc_hl $comb_uline_indices"
.combwin.pw.top.t tag configure comb_inc_hl -foreground $uncov_fgColor -background $uncov_bgColor
.combwin.pw.top.t tag bind comb_enter <Enter> {
set comb_curr_cursor [.combwin.pw.top.t cget -cursor]
.combwin.pw.top.t configure -cursor hand2
.combwin.info configure -text "Click left button for coverage info / Click right button to see parent expression"
}
.combwin.pw.top.t tag bind comb_leave <Leave> {
.combwin.pw.top.t configure -cursor $comb_curr_cursor
.combwin.info configure -text $comb_curr_info
}
.combwin.pw.top.t tag bind comb_bp1 <ButtonPress-1> {
set selected_range [.combwin.pw.top.t tag prevrange comb_bp1 {current + 1 chars}]
set redraw [move_display_down [get_expr_index_from_range $selected_range 1]]
if {$redraw == 1} {
set text_x [.combwin.pw.top.t xview]
set text_y [.combwin.pw.top.t yview]
display_comb_info
.combwin.pw.top.t xview moveto [lindex $text_x 0]
.combwin.pw.top.t yview moveto [lindex $text_y 0]
}
}
.combwin.pw.top.t tag bind comb_bp3 <ButtonPress-3> {
set selected_range [.combwin.pw.top.t tag prevrange comb_bp3 {current + 1 chars}]
set redraw [move_display_up [get_expr_index_from_range $selected_range 0]]
if {$redraw == 1} {
set text_x [.combwin.pw.top.t xview]
set text_y [.combwin.pw.top.t yview]
display_comb_info
.combwin.pw.top.t xview moveto [lindex $text_x 0]
.combwin.pw.top.t yview moveto [lindex $text_y 0]
}
}
}
# Add excluded expression tags and bindings
if {[llength $comb_uline_exc_indices] > 0} {
eval ".combwin.pw.top.t tag add comb_exc_hl $comb_uline_exc_indices"
.combwin.pw.top.t tag configure comb_exc_hl -foreground $cov_fgColor -background $cov_bgColor
}
}
proc display_comb_coverage {ulid} {
global curr_block comb_expr_cov comb_curr_exp_id
global comb_curr_excluded comb_exp_excludes
global comb_curr_reason comb_exp_reasons
# Allow us to clear out text box and repopulate
.combwin.pw.bot.t configure -state normal
# Clear the text-box before any insertion is being made
.combwin.pw.bot.t delete 1.0 end
# Get combinational coverage information
set comb_expr_cov [tcl_func_get_comb_coverage $curr_block $comb_curr_exp_id $ulid]
# Display coverage information
.combwin.pw.bot.t insert end "\n\n"
foreach line $comb_expr_cov {
.combwin.pw.bot.t insert end "$line\n"
}
.combwin.pw.bot.t configure -state disabled
# Set excluded checkbutton correctly
.combwin.pw.bot.e configure -state normal
set comb_curr_excluded [lindex $comb_exp_excludes $ulid]
set comb_curr_reason [lindex $comb_exp_reasons $ulid]
}
proc get_expr_index_from_range {selected_range get_uline_id} {
global comb_uline_expr comb_curr_uline_id
global curr_block
# Get range information
set line [lindex [split [lindex $selected_range 0] .] 0]
set start_char [lindex [split [lindex $selected_range 0] .] 1]
set end_char [expr [lindex [split [lindex $selected_range 1] .] 1] - 1]
# Get ID from string
set id [regexp -inline -- {\d+} [.combwin.pw.top.t get [lindex $selected_range 0] [lindex $selected_range 1]]]
if {$id != -1} {
if {$get_uline_id == 1} {
# Get current expression underline ID for lookup purposes
set comb_curr_uline_id $id
# Display information in textbox
display_comb_coverage $comb_curr_uline_id
}
}
return $id
}
proc move_display_down {parent_index} {
global comb_uline_expr
set redraw 0
# Get children list from parent expression
if {[info exists comb_uline_expr($parent_index,children)]} {
set children $comb_uline_expr($parent_index,children)
# Iterate through all children, setting the display variable to 1
foreach child $children {
set comb_uline_expr($child,displayed) 1
}
if {[llength $children] > 0} {
# Set parent display variable to 0
set comb_uline_expr($parent_index,displayed) 0
set redraw 1
}
}
return $redraw
}
proc zero_display_children {parent_index} {
global comb_uline_expr
if {[info exists comb_uline_expr($parent_index,children)]} {
foreach child $comb_uline_expr($parent_index,children) {
# Clear child
set comb_uline_expr($child,displayed) 0
# Clear grandchild
zero_display_children $child
}
}
}
proc move_display_up {child_index} {
global comb_uline_expr
set redraw 0
# Get parent expression from child
set parent $comb_uline_expr($child_index,parent)
if {$parent != -1} {
# Set parent display to 1
set comb_uline_expr($parent,displayed) 1
# Zero out display value for all children expressions
zero_display_children $parent
set redraw 1
}
return $redraw
}
proc comb_find_parent_expr {start_char end_char expr_line uline} {
global comb_uline_expr
set parent -1
# Get the number of expressions in this expression line
while {[expr [llength [set expr_list [array get comb_uline_expr "*,$expr_line,$uline,output"]]] > 0] && [expr $parent == -1]} {
set i 0
while {[expr $i < [llength $expr_list]] && [expr $parent == -1]} {
set other_start [lindex [lindex $expr_list [expr $i + 1]] 0]
set other_end [lindex [lindex $expr_list [expr $i + 1]] 1]
if {[expr $start_char >= $other_start] && [expr $end_char <= $other_end]} {
set parent [lindex [split [lindex $expr_list $i] ,] 0]
}
incr i 2
}
incr uline
}
return $parent
}
# Calculates the current line index based on the specified expression line and underline
proc comb_calc_line_index {expr_line uline} {
global comb_uline_groups
set line_index 0
for {set i 0} {$i < $expr_line} {incr i} {
set line_index [expr $line_index + [lindex $comb_uline_groups $i]]
}
set line_index [expr $line_index + $uline]
return $line_index
}
# Calculates the expression line and underline line from the given line index
proc comb_calc_from_line_index {line_index} {
global comb_uline_groups
set expr_line 0
set uline 0
for {set i 0} {$i < $line_index} {incr i} {
if {$uline == [lindex $comb_uline_groups $expr_line]} {
set uline 0
incr expr_line
}
incr uline
}
return [list $expr_line [incr uline -1]]
}
# Create a list containing locations of underlined expressions in the comb_ulines list
# Each entry in the list will be organized as follows:
# displayed level uline_id {{index start_char end_char code_linenum}*} parent_id {children_ids...}
# parent_id == -1 means that this doesn't have a parent
# id is based on index in list
proc organize_underlines {} {
global comb_ulines comb_uline_groups
global comb_uline_expr
set code_len [llength $comb_uline_groups]
set uline_ip 0
# Clear the contents of the underline expression array
array unset comb_uline_expr
# Decompose each underline and store it in the comb_uline_expr array
for {set i 0} {$i < [llength $comb_uline_groups]} {incr i} {
for {set j [expr [lindex $comb_uline_groups $i] - 1]} {$j >= 0} {incr j -1} {
set curr_uline [lindex $comb_ulines [comb_calc_line_index $i $j]]
set vbar [string first "|" $curr_uline 0]
regexp -indices -- {([0-9]|-)} $curr_uline m
set hbar [lindex $m 0]
if {[expr $vbar < $hbar] && [expr $vbar != -1]} {
set curr_char $vbar
} else {
set curr_char $hbar
}
while {[expr $curr_char != -1] && [expr $curr_char <= [string length $curr_uline]]} {
if {$uline_ip == 0} {
set uline_ip 1
set start_char $curr_char
set ulid [regexp -inline -start $curr_char -- {\d+} $curr_uline]
} else {
set uline_ip 0
set comb_uline_expr($ulid,$i,$j,output) [list $start_char $curr_char [string range $curr_uline $start_char $curr_char]]
set comb_uline_expr($ulid,displayed) 0
set parent [comb_find_parent_expr $start_char $curr_char $i [expr $j + 1]]
set comb_uline_expr($ulid,parent) $parent
if {[expr [info exists comb_uline_expr($parent,children)] == 0] || [expr [lsearch -exact $comb_uline_expr($parent,children) $ulid] == -1]} {
lappend comb_uline_expr($comb_uline_expr($ulid,parent),children) $ulid
}
}
set curr_char [string first "|" $curr_uline [expr $curr_char + 1]]
}
if {$uline_ip == 1} {
set uline_ip 0
if {$curr_char == -1} {
set curr_char [string last "-" $curr_uline]
}
set comb_uline_expr($ulid,$i,$j,output) [list $start_char $curr_char [string range $curr_uline $start_char $curr_char]]
set comb_uline_expr($ulid,displayed) 0
set parent [comb_find_parent_expr $start_char $curr_char $i [expr $j + 1]]
set comb_uline_expr($ulid,parent) $parent
if {[expr [info exists comb_uline_expr($parent,children)] == 0] || [expr [lsearch -exact $comb_uline_expr($parent,children) $ulid] == -1]} {
lappend comb_uline_expr($comb_uline_expr($ulid,parent),children) $ulid
}
}
}
}
# Set the display value in the children of the top-level
move_display_down -1
}
proc comb_calc_line_index {expr_line uline} {
global comb_uline_groups
set line_index 0
for {set i 0} {$i < $expr_line} {incr i} {
set line_index [expr $line_index + [lindex $comb_uline_groups $i]]
}
set line_index [expr $line_index + $uline]
return $line_index
}
# Calculates underline strings and stores them in the comb_gen_ulines global array.
proc generate_underlines {} {
global comb_uline_expr comb_ulines comb_code
global comb_gen_ulines
# Clear comb_gen_ulines
set comb_gen_ulines ""
# Create blank slate for underlines
foreach code_line $comb_code {
lappend comb_gen_ulines [string repeat " " [string length $code_line]]
}
set exprs [array get comb_uline_expr *,displayed]
for {set i 0} {$i < [llength $exprs]} {incr i 2} {
# If this expression is to be displayed, generate the output now
if {[lindex $exprs [expr $i + 1]] == 1} {
set id [lindex [split [lindex $exprs $i] ,] 0]
# Get all line information for the given expression ID
set lines [array get comb_uline_expr "$id,*,*,output"]
for {set j 0} {$j < [llength $lines]} {incr j 2} {
# Extract line information
set uline_start [lindex [lindex $lines [expr $j + 1]] 0]
set uline_end [lindex [lindex $lines [expr $j + 1]] 1]
set uline_str [lindex [lindex $lines [expr $j + 1]] 2]
set code_index [lindex [split [lindex $lines $j] ,] 1]
# Replace spaces with underline information
set uline [lindex $comb_gen_ulines $code_index]
set uline [string replace $uline $uline_start $uline_end $uline_str]
set comb_gen_ulines [lreplace [K $comb_gen_ulines [set comb_gen_ulines ""]] $code_index $code_index $uline]
}
}
}
}
# This is the main function to call when a combinational logic expression is selected from
# the main window. Using the currently selected index, this function gets the expression ID of
# the selected expression, sets the current pointer to point to this line and calls the create_comb_window
# function to display the selected expression.
proc display_comb {curr_index} {
global prev_comb_index next_comb_index curr_comb_ptr
global uncovered_combs start_line
# Calculate expression ID and line number
set all_ranges [.bot.right.txt tag ranges uncov_lookup]
set my_range [.bot.right.txt tag prevrange uncov_lookup "$curr_index + 1 chars"]
set index [expr [lsearch -exact $all_ranges [lindex $my_range 0]] / 2]
set expr_id [lindex [lindex $uncovered_combs $index] 2]
set sline [expr [lindex [split [lindex $my_range 0] "."] 0] + $start_line - 1]
# Get range of current signal
set curr_range [.bot.right.txt tag prevrange uncov_lookup "$curr_index + 1 chars"]
# Make sure that the selected signal is visible in the text box and is shown as selected
set_pointer curr_comb_ptr [lindex [split [lindex $my_range 0] .] 0]
goto_uncov [lindex $my_range 0]
# Get range of previous signal
set prev_comb_index [lindex [.bot.right.txt tag prevrange uncov_lookup [lindex $curr_index 0]] 0]
# Get range of next signal
set next_comb_index [lindex [.bot.right.txt tag nextrange uncov_lookup [lindex $curr_range 1]] 0]
# Now create the toggle window
create_comb_window $expr_id $sline
}
# Creates the verbose combinational logic coverage viewer window. If this window already exists,
# the window is raised to the top of all windows for viewing. All events in this window are also
# bound here.
proc create_comb_window {expr_id sline} {
global comb_code comb_uline_groups comb_ulines comb_curr_exp_id
global curr_block
global comb_curr_info
global prev_comb_index next_comb_index
global curr_comb_ptr comb_curr_excluded comb_curr_reason
global comb_exp_excludes comb_exp_reasons HOME
global comb_geometry comb_gui_saved
# Clear the comb_curr_excluded global variable
set comb_curr_excluded 0
# Now create the window and set the grab to this window
if {[winfo exists .combwin] == 0} {
set comb_gui_saved 0
# Create new window
toplevel .combwin
wm title .combwin "Combinational Logic Coverage - Verbose"
# Create all frames for the window
ttk::panedwindow .combwin.pw -width 700 -height 350 -orient vertical
ttk::frame .combwin.pw.top -relief raised -borderwidth 1
ttk::frame .combwin.pw.bot -relief raised -borderwidth 1
# Add expression information
ttk::label .combwin.pw.top.l -anchor w -text "Expression:"
text .combwin.pw.top.t -height 10 -width 100 -xscrollcommand ".combwin.pw.top.hb set" -yscrollcommand ".combwin.pw.top.vb set" -wrap none
ttk::scrollbar .combwin.pw.top.hb -orient horizontal -command ".combwin.pw.top.t xview"
ttk::scrollbar .combwin.pw.top.vb -orient vertical -command ".combwin.pw.top.t yview"
# Add expression coverage information
ttk::label .combwin.pw.bot.l -anchor w -text "Coverage Information: ('*' represents a case that was not hit)"
ttk::checkbutton .combwin.pw.bot.e -text "Excluded" -state disabled -variable comb_curr_excluded -command {
set comb_curr_reason ""
if {$exclude_reasons_enabled == 1 && $comb_curr_excluded == 1} {
set comb_curr_reason [get_exclude_reason .combwin]
}
tcl_func_set_comb_exclude $curr_block $comb_curr_exp_id $comb_curr_uline_id $comb_curr_excluded $comb_curr_reason
set comb_exp_excludes [lreplace $comb_exp_excludes $comb_curr_uline_id $comb_curr_uline_id $comb_curr_excluded]
set comb_exp_reasons [lreplace $comb_exp_reasons $comb_curr_uline_id $comb_curr_uline_id $comb_curr_reason]
set text_x [.bot.right.txt xview]
set text_y [.bot.right.txt yview]
process_comb_cov
display_comb_info ;# Redisplay the expression
.bot.right.txt xview moveto [lindex $text_x 0]
.bot.right.txt yview moveto [lindex $text_y 0]
populate_listbox
enable_cdd_save
set_pointer curr_comb_ptr $curr_comb_ptr
}
set_exclude_reason_balloon .combwin.pw.bot.e {$comb_curr_excluded} {$comb_curr_reason}
set_balloon .combwin.pw.bot.e "If set, excludes the expression/subexpression displayed in the lower panel from coverage consideration"
text .combwin.pw.bot.t -height 10 -width 100 -xscrollcommand ".combwin.pw.bot.hb set" -yscrollcommand ".combwin.pw.bot.vb set" -wrap none -state disabled
ttk::scrollbar .combwin.pw.bot.hb -orient horizontal -command ".combwin.pw.bot.t xview"
ttk::scrollbar .combwin.pw.bot.vb -orient vertical -command ".combwin.pw.bot.t yview"
# Create information bar
ttk::label .combwin.info -anchor w -relief raised -width 100
# Create button frame with close/help buttons at the very bottom of the window
ttk::frame .combwin.bf -relief raised -borderwidth 1
ttk::button .combwin.bf.close -text "Close" -width 10 -command {
rm_pointer curr_comb_ptr
destroy .combwin
}
help_button .combwin.bf.help chapter.gui.logic ""
ttk::button .combwin.bf.prev -image [image create photo -file [file join $HOME scripts left_arrow.gif]] -command {
display_comb $prev_comb_index
}
set_balloon .combwin.bf.prev "Click to view the previous uncovered expression tree in this window"
ttk::button .combwin.bf.next -image [image create photo -file [file join $HOME scripts right_arrow.gif]] -command {
display_comb $next_comb_index
}
set_balloon .combwin.bf.next "Click to view the next uncovered expression tree in this window"
# Pack the button widgets into button frame
pack .combwin.bf.prev -side left
pack .combwin.bf.next -side left
pack .combwin.bf.help -side right -padx 4 -pady 4
pack .combwin.bf.close -side right -padx 4 -pady 4
# Pack the widgets into the top frame
grid rowconfigure .combwin.pw.top 1 -weight 1
grid columnconfigure .combwin.pw.top 0 -weight 1
grid .combwin.pw.top.l -row 0 -column 0 -sticky nsew
grid .combwin.pw.top.t -row 1 -column 0 -sticky nsew
grid .combwin.pw.top.hb -row 2 -column 0 -sticky ew
grid .combwin.pw.top.vb -row 1 -column 1 -sticky ns
# Pack the widgets into the bottom frame
grid rowconfigure .combwin.pw.bot 1 -weight 1
grid columnconfigure .combwin.pw.bot 0 -weight 1
grid .combwin.pw.bot.l -row 0 -column 0 -sticky nsew
grid .combwin.pw.bot.e -row 0 -column 1 -sticky nsew
grid .combwin.pw.bot.t -row 1 -column 0 -columnspan 2 -sticky nsew
grid .combwin.pw.bot.vb -row 1 -column 2 -sticky ns
grid .combwin.pw.bot.hb -row 2 -column 0 -columnspan 2 -sticky ew
# Pack the top and bottom frame of the panedwindow
.combwin.pw add .combwin.pw.top -weight 1
.combwin.pw add .combwin.pw.bot
# Pack the frame, informational bar, and button frame into the window
pack .combwin.pw -fill both -expand yes
pack .combwin.info -fill both
pack .combwin.bf -fill both
# If the geometry was specified for this window, use it
if {$comb_geometry != ""} {
wm geometry .combwin $comb_geometry
}
# Handle the closing of this window
wm protocol .combwin WM_DELETE_WINDOW {
save_comb_gui_elements 0
destroy .combwin
}
bind .combwin <Destroy> {
save_comb_gui_elements 0
}
} else {
# Clear out bottom text box
.combwin.pw.bot.t configure -state normal
.combwin.pw.bot.t delete 1.0 end
.combwin.pw.bot.t configure -state disabled
# Reset the excluded checkbutton
.combwin.pw.bot.e configure -state disabled
}
# Disable next or previous buttons if valid
if {$prev_comb_index == ""} {
.combwin.bf.prev configure -state disabled
} else {
.combwin.bf.prev configure -state normal
}
if {$next_comb_index == ""} {
.combwin.bf.next configure -state disabled
} else {
.combwin.bf.next configure -state normal
}
# Get verbose combinational logic information
set comb_code ""
set comb_uline_groups ""
set comb_ulines ""
set comb_exp_excludes ""
set comb_exp_reasons ""
set comb_curr_exp_id $expr_id
tcl_func_get_comb_expression $curr_block $expr_id
# Initialize text in information bar
set comb_curr_info "Filename: [tcl_func_get_filename $curr_block], module: [tcl_func_get_funit_name $curr_block], line: $sline"
.combwin.info configure -text $comb_curr_info
organize_underlines
# Write combinational logic with level 0 underline information in text box
display_comb_info
# Raise this window to the foreground
raise .combwin
}
# Updates the GUI elements of the combinational logic window when some type of event causes the
# current metric mode to change.
proc update_comb {} {
global cov_rb prev_comb_index next_comb_index curr_comb_ptr
# If the combinational window exists, update the GUI
if {[winfo exists .combwin] == 1} {
# If the current metric mode is not combinational logic, disable the prev/next buttons
if {$cov_rb != "Logic"} {
.combwin.bf.prev configure -state disabled
.combwin.bf.next configure -state disabled
} else {
# Restore curr_pointer if it has been set
set_pointer curr_comb_ptr $curr_comb_ptr
# Restore previous/next button enables
if {$prev_comb_index != ""} {
.combwin.bf.prev configure -state normal
} else {
.combwin.bf.prev configure -state disabled
}
if {$next_comb_index != ""} {
.combwin.bf.next configure -state normal
} else {
.combwin.bf.next configure -state disabled
}
}
}
}
proc clear_comb {} {
global comb_ul_ip comb_curr_uline_id comb_curr_exp_id comb_bheight
global curr_comb_ptr
# Reset the variables
set curr_comb_ptr ""
set comb_ul_ip 0
set comb_curr_uline_id 0
set comb_curr_exp_id 0
set comb_bheight -1
# Destroy the combinational logic window
destroy .combwin
}
# Saves the GUI elements from the combinational logic window setup that should be saved
proc save_comb_gui_elements {main_exit} {
global comb_gui_saved
global comb_geometry comb_top_height
if {$comb_gui_saved == 0 } {
if {$main_exit == 0 || [winfo exists .combwin] == 1} {
set comb_gui_saved 1
set comb_geometry [winfo geometry .combwin]
}
}
}
|