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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [default.cfg] - Blame information for rev 409

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

Line No. Rev Author Line
1 311 markom
/* default.cfg -- Simulator testbench default configuration script file
2
   Copyright (C) 2001, Marko Mlinar, markom@opencores.org
3
 
4
This file is part of OpenRISC 1000 Architectural Simulator.
5
 
6
This program is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2 of the License, or
9
(at your option) any later version.
10
 
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
GNU General Public License for more details.
15
 
16
You should have received a copy of the GNU General Public License
17
along with this program; if not, write to the Free Software
18
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
19
 
20
section memory
21 380 markom
  memory_table_file = "defaultmem.cfg"
22 311 markom
  /*random_seed = 12345
23
  type = random*/
24
  pattern = 0x00
25
  type = unknown /* Fastest */
26
end
27
 
28
section cpu
29
  ver = 0x1200
30
  rev = 0x0001
31
  /* upr = */
32
  superscalar = 0
33
  hazards = 0
34
  dependstats = 0
35
  slp = 0
36
  btic = 0
37
  bpb = 0
38
end
39
 
40
section debug
41
  /*enabled = 0
42
  gdb_enabled = 0*/
43
  server_port = 9999
44
end
45
 
46
section sim
47 409 markom
  debug = 0
48 311 markom
  profile = 0
49
  prof_fn = "sim.profile"
50
 
51
  /* iprompt = 0 */
52
  exe_log = 0
53
  exe_log_fn = "executed.log"
54
end
55
 
56
section mc
57
  enabled = 0
58
  baseaddr = 0xa0000000
59
  POC = 0x00000008                 /* Power on configuration register */
60
end
61
 
62
section uart
63
  enabled = 0
64
  nuarts = 1
65
 
66
  device 0
67
    baseaddr = 0x80000000
68
    rxfile = "/tmp/uart0.rx"
69
    txfile = "/tmp/uart0.tx"
70
    jitter = -1                     /* async behaviour */
71
  enddevice
72
end
73
 
74
section dma
75
  enabled = 0
76
  ndmas = 1
77
 
78
  device 0
79
    baseaddr = 0x90000000
80
    irq = 4
81
  enddevice
82
end
83
 
84
section VAPI
85
  enabled = 0
86
  server_port = 9998
87
end
88
 
89
section ethernet
90
  enabled = 0
91
end
92 332 markom
 
93
section tick
94
  enabled = 1
95
  irq = 3
96
end

powered by: WebSVN 2.1.0

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