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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [dejagnu/] [baseboards/] [d10v-sim.exp] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# This is a list of toolchains that are supported on this board.
2
set_board_info target_install  {d10v-elf}
3
 
4
# Load the generic configuration for this board. This will define any
5
# routines needed to communicate with the board.
6
load_generic_config "sim";
7
 
8
# basic-sim.exp is a basic description for the standard Cygnus simulator.
9
load_base_board_description "basic-sim"
10
 
11
# The name of the simulator directory is "d10v".
12
setup_sim d10v
13
 
14
# No multilib options needed by default.
15
process_multilib_options "";
16
 
17
# The compiler used to build for this board. This has *nothing* to do
18
# with what compiler is tested if we're testing gcc.
19
set_board_info compiler  "[find_gcc]"
20
 
21
# We only support newlib on this target. We assume that all multilib
22
# options have been specified before we get here.
23
set_board_info cflags  "[newlib_include_flags]"
24
set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags]"
25
# No linker script needed.
26
set_board_info ldscript "";
27
 
28
# Can't pass arguments to programs on this target..
29
set_board_info noargs  1
30
# And there's no support for signals.
31
set_board_info gdb,nosignals  1
32
 
33
# Used by a few gcc.c-torture testcases to delimit how large the stack can
34
# be.
35
set_board_info gcc,stack_size  5000
36
 
37
# Used by a few gcc.c-torture testcases when trampolines are used.
38
set_board_info gcc,no_trampolines  1
39
 
40
# Used by a few gcc.c-torture testcases when labels as values are used.
41
set_board_info gcc,no_label_values  1
42
 
43
# Torture test gcc.c-torture/execute/920501-6.c takes > 5 minutes on a
44
# 90 Mhz Pentium, so up the time limit.
45
set board_info($board,sim_time_limit) 600
46
 
47
# sizeof int != sizeof long.
48
set_board_info gdb,short_int 1

powered by: WebSVN 2.1.0

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