OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [site.exp] - Rev 453

Compare with Previous | Blame | View Log

#Make sure we look in the right place for the board description files
if ![info exists boards_dir] {
        set boards_dir {}
}

send_user "tool_root_dir  = $tool_root_dir\n"
send_user "target_triplet = $target_triplet\n"

# Crude way of finding the boards directory
lappend boards_dir "${tool_root_dir}/../boards"
lappend boards_dir "${tool_root_dir}/../../boards"
lappend boards_dir "${tool_root_dir}/../../../boards"
lappend boards_dir "${tool_root_dir}/../../../../boards"

global target_list
  case "$target_triplet" in {
    { "or32-*-elf" } {
        set target_list { "or32-elf-sim" }
    }
    { "or32-*-linux*" } {
        set target_list { "or32-linux-sim" }
    }
  }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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