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 549

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
  /*random_seed = 12345
22
  type = random*/
23
  pattern = 0x00
24
  type = unknown /* Fastest */
25 424 markom
 
26
  nmemories = 2
27
  device 0
28
    name = "RAM"
29
    ce = 0
30
    baseaddr = 0x00000000
31
    size = 0x00200000
32
    delayr = 10
33
    delayw = -1
34
  enddevice
35
 
36
  device 1
37
    name = "FLASH"
38
    ce = 1
39
    baseaddr = 0x40000000
40
    size = 0x00200000
41
    delayr = 2
42
    delayw = 4
43
  enddevice
44 311 markom
end
45
 
46
section cpu
47
  ver = 0x1200
48
  rev = 0x0001
49
  /* upr = */
50
  superscalar = 0
51
  hazards = 0
52
  dependstats = 0
53 541 markom
end
54
 
55
section bpb
56
  enabled = 0
57 311 markom
  btic = 0
58
end
59
 
60
section debug
61
  /*enabled = 0
62
  gdb_enabled = 0*/
63
  server_port = 9999
64
end
65
 
66
section sim
67 409 markom
  debug = 0
68 311 markom
  profile = 0
69
  prof_fn = "sim.profile"
70
 
71
  /* iprompt = 0 */
72
  exe_log = 0
73
  exe_log_fn = "executed.log"
74
end
75
 
76
section mc
77
  enabled = 0
78
  baseaddr = 0xa0000000
79
  POC = 0x00000008                 /* Power on configuration register */
80
end
81
 
82
section VAPI
83
  enabled = 0
84
  server_port = 9998
85
end
86
 
87 332 markom
section tick
88
  enabled = 1
89
  irq = 3
90
end

powered by: WebSVN 2.1.0

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