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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [testbench/] [default.cfg] - Diff between revs 730 and 970

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 730 Rev 970
/* default.cfg -- Simulator testbench default configuration script file
/* default.cfg -- Simulator testbench default configuration script file
   Copyright (C) 2001, Marko Mlinar, markom@opencores.org
   Copyright (C) 2001, Marko Mlinar, markom@opencores.org
This file is part of OpenRISC 1000 Architectural Simulator.
This file is part of OpenRISC 1000 Architectural Simulator.
This program is free software; you can redistribute it and/or modify
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
section memory
section memory
  /*random_seed = 12345
  /*random_seed = 12345
  type = random*/
  type = random*/
  pattern = 0x00
  pattern = 0x00
  type = unknown /* Fastest */
  type = unknown /* Fastest */
  nmemories = 2
  nmemories = 2
  device 0
  device 0
    name = "RAM"
    name = "FLASH"
    ce = 0
    ce = 0
    baseaddr = 0x00000000
    baseaddr = 0xf0000000
    size = 0x00200000
    size = 0x00200000
    delayr = 10
    delayr = 10
    delayw = -1
    delayw = -1
  enddevice
  enddevice
  device 1
  device 1
    name = "FLASH"
    name = "RAM"
    ce = 1
    ce = 1
    baseaddr = 0x40000000
    baseaddr = 0x00000000
    size = 0x00200000
    size = 0x00200000
    delayr = 2
    delayr = 2
    delayw = 4
    delayw = 4
  enddevice
  enddevice
end
end
 
 
 
section immu
 
  enabled = 1
 
  nsets = 64
 
  nways = 1
 
  ustates = 2
 
  pagesize = 8192
 
end
 
 
 
section dmmu
 
  enabled = 1
 
  nsets = 64
 
  nways = 1
 
  ustates = 2
 
  pagesize = 8192
 
end
 
 
 
section ic
 
  enabled = 1
 
  nsets = 256
 
  nways = 1
 
  ustates = 2
 
  blocksize = 16
 
end
 
 
 
section dc
 
  enabled = 1
 
  nsets = 256
 
  nways = 1
 
  ustates = 2
 
  blocksize = 16
 
end
 
 
section cpu
section cpu
  ver = 0x1200
  ver = 0x1200
  rev = 0x0001
  rev = 0x0001
  /* upr = */
  /* upr = */
  superscalar = 0
  superscalar = 0
  hazards = 0
  hazards = 0
  dependstats = 0
  dependstats = 0
end
end
section bpb
section bpb
  enabled = 0
  enabled = 0
  btic = 0
  btic = 0
end
end
section debug
section debug
  /*enabled = 0
  /*enabled = 0
  gdb_enabled = 0*/
  gdb_enabled = 0*/
  server_port = 9999
  server_port = 9999
end
end
section sim
section sim
  debug = 0
  debug = 0
  profile = 0
  profile = 0
  prof_fn = "sim.profile"
  prof_fn = "sim.profile"
  exe_log = 0
  exe_log = 0
  exe_log_type = software
  exe_log_type = software
  exe_log_fn = "executed.log"
  exe_log_fn = "executed.log"
end
end
section mc
section mc
  enabled = 0
  enabled = 1
  baseaddr = 0xa0000000
  baseaddr = 0x93000000
  POC = 0x00000008                 /* Power on configuration register */
  POC = 0x00000008                 /* Power on configuration register */
end
end
 
 
 
section dma
 
  ndmas = 1
 
  device 0
 
    baseaddr = 0xB8000000
 
    irq = 4
 
  enddevice
 
end
 
 
 
section ethernet
 
  nethernets = 1
 
 
 
  device 0
 
    baseaddr = 0x92000000
 
    dma = 0
 
    irq = 15
 
    rtx_type = 0
 
    tx_channel = 0
 
    rx_channel = 1
 
    rxfile = "eth0.tx"
 
    txfile = "eth0.tx"
 
    sockif = "eth0"
 
  enddevice
 
end
 
 
section VAPI
section VAPI
  enabled = 0
  enabled = 0
  server_port = 9998
  server_port = 9998
end
end
 
 
 
section fb
 
  enabled = 1
 
  baseaddr = 0x97000000
 
  refresh_rate = 10000
 
  filename = "primary"
 
end
 
 
 
section kbd
 
  enabled = 1
 
  irq = 5
 
  baseaddr = 0x94000000
 
  rxfile = "./kbdtest.rx"
 
end
 
 
 
section test
 
  enabled = 1
 
  baseaddr = 0xa5000000
 
end
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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