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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [sparc/] [leon/] [v2_0/] [support/] [README] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
 
2
LEON/TSIM Support
3
=================
4
 
5
See  for information about the TSIM
6
simulator and Leon project per se.
7
 
8
The simulator TSIM can be run "as one" with GDB by using the
9
script do-gdb-sim in this directory.  The script can be used in
10
automated testing systems to run as if it were embedded within
11
GDB.  It contains:
12
 
13
----------------------------------------------------------------
14
#! /bin/csh
15
tsim-leon -nfp -gdb >& /dev/stdout &
16
sparc-rtems-gdb -nw -nx $*:q
17
----------------------------------------------------------------
18
 
19
which simply runs tsim in background, directing its output to the
20
common stdout.
21
 
22
The command to connect to the simulator target will be
23
 
24
        (gdb) target remote localhost:1234
25
 
26
This fully described in the TSIM documentation from
27
  (home)        
28
  (flyer)       
29
  (doc)         
30
 
31
 
32
 

powered by: WebSVN 2.1.0

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