OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [boards/] [or32-linux-sim.exp] - Diff between revs 553 and 554

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 553 Rev 554
Line 58... Line 58...
    if [board_info $connhost exists failure_count] {
    if [board_info $connhost exists failure_count] {
        verbose "telnet_failure_check: Incrementing failure count"
        verbose "telnet_failure_check: Incrementing failure count"
        set fc [expr [board_info $connhost failure_count] + 1]
        set fc [expr [board_info $connhost failure_count] + 1]
    }
    }
    set board_info($connhost,failure_count) $fc
    set board_info($connhost,failure_count) $fc
    verbose "telnet_failure_check: current failure count is [board_info $fc"
    verbose "telnet_failure_check: current failure count is $fc"
    verbose "telnet_failure_check: board_info is [board_info $connhost failure_count]"
    verbose "telnet_failure_check: board_info is [board_info $connhost failure_count]"
 
 
    # Die if we are over the limit
    # Die if we are over the limit
    if {$fc >= $max_fc} {
    if {$fc >= $max_fc} {
        error "Too many failures: $errmess"
        error "Too many failures: $errmess"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.