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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [testbench/] [mmu.cfg] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 449 simons
section memory
2
  /*random_seed = 12345
3
  type = random*/
4
  pattern = 0x00
5
  type = unknown /* Fastest */
6
 
7 1523 nogj
  name = "RAM"
8
  ce = 1
9
  baseaddr = 0x00000000
10
  size = 0x00200000
11
  delayr = 1
12
  delayw = 2
13
end
14 449 simons
 
15 1523 nogj
section memory
16
  /*random_seed = 12345
17
  type = random*/
18
  pattern = 0x00
19
  type = unknown /* Fastest */
20
 
21
  name = "FLASH"
22
  ce = 0
23
  baseaddr = 0xf0000000
24
  size = 0x00200000
25
  delayr = 10
26
  delayw = -1
27 449 simons
end
28
 
29
section immu
30
  enabled = 1
31 639 simons
  nsets = 64
32 449 simons
  nways = 1
33 639 simons
  ustates = 2
34 457 simons
  pagesize = 8192
35 449 simons
end
36
 
37
section dmmu
38
  enabled = 1
39 639 simons
  nsets = 64
40 449 simons
  nways = 1
41 639 simons
  ustates = 2
42 457 simons
  pagesize = 8192
43 449 simons
end
44
 
45
section ic
46 639 simons
  enabled = 1
47
  nsets = 256
48 449 simons
  nways = 1
49 639 simons
  ustates = 2
50 449 simons
  blocksize = 16
51
end
52
 
53
section dc
54 639 simons
  enabled = 1
55
  nsets = 256
56 449 simons
  nways = 1
57 639 simons
  ustates = 2
58 449 simons
  blocksize = 16
59
end
60
 
61
section sim
62
  /* verbose = 1 */
63
  debug = 0
64
  profile = 0
65
  prof_fn = "sim.profile"
66
 
67
  history = 1
68
  /* iprompt = 0 */
69
  exe_log = 0
70
  exe_log_fn = "executed.log"
71
end
72
 
73 957 simons
section mc
74
  enabled = 1
75
  baseaddr = 0x93000000
76
  POC = 0x00000008                 /* Power on configuration register */
77
end
78
 
79
 

powered by: WebSVN 2.1.0

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