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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [OpenRISC_SIM_GCC/] [sim.cfg] - Diff between revs 666 and 800

Only display areas with differences | Details | Blame | View Log

Rev 666 Rev 800
/* sim.cfg -- Simulator configuration script file
/* sim.cfg -- Simulator configuration script file
   Copyright (C) 2001-2002, Marko Mlinar, markom@opencores.org
   Copyright (C) 2001-2002, Marko Mlinar, markom@opencores.org
   Copyright (C) 2010, Embecosm Limited
   Copyright (C) 2010, Embecosm Limited
   Contributor Jeremy Bennett 
   Contributor Jeremy Bennett 
   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 it
   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 the Free
   under the terms of the GNU General Public License as published by the Free
   Software Foundation; either version 3 of the License, or (at your option)
   Software Foundation; either version 3 of the License, or (at your option)
   any later version.
   any later version.
   This program is distributed in the hope that it will be useful, but WITHOUT
   This program is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
   more details.
   more details.
   You should have received a copy of the GNU General Public License along
   You should have received a copy of the GNU General Public License along
   with this program.  If not, see . */
   with this program.  If not, see . */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* The Ork1sim has various parameters, that can be set in configuration files
/* The Ork1sim has various parameters, that can be set in configuration files
   like this one. The user can specify a configuration file at startu[ with
   like this one. The user can specify a configuration file at startu[ with
   the -f  option.
   the -f  option.
   The user guide (see the 'doc' directory) gives full details on
   The user guide (see the 'doc' directory) gives full details on
   configuration files. This is a reference configuration, which may be used
   configuration files. This is a reference configuration, which may be used
   as a starting point for customization.
   as a starting point for customization.
   A number of peripherals are mapped at standard addresses (above 0x80000000)
   A number of peripherals are mapped at standard addresses (above 0x80000000)
   in the Verilog RTL of ORPSoC standard sitribution. The same values should
   in the Verilog RTL of ORPSoC standard sitribution. The same values should
   be used in Or1ksim section definitions to match the behavior of the Verilog
   be used in Or1ksim section definitions to match the behavior of the Verilog
      0x90000000 UART
      0x90000000 UART
      0x91000000 GPIO
      0x91000000 GPIO
      0x92000000 Ethernet
      0x92000000 Ethernet
      0x93000000 Memory controller
      0x93000000 Memory controller
      0x94000000 PS2 keyboard
      0x94000000 PS2 keyboard
      0x97000000 Frame buffer
      0x97000000 Frame buffer
      0x97100000 VGA
      0x97100000 VGA
      0x9a000000 DMA controller
      0x9a000000 DMA controller
      0x9e000000 ATA disc
      0x9e000000 ATA disc
   Section ordering matches that in the user guide. All optional peripherals
   Section ordering matches that in the user guide. All optional peripherals
   and functionality is disabled. Comments only list the possible entries and
   and functionality is disabled. Comments only list the possible entries and
   values. Consult the user guide for their meaning.
   values. Consult the user guide for their meaning.
   Unless otherwise indicated, the first named option is the default.         */
   Unless otherwise indicated, the first named option is the default.         */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Simulator section
/* Simulator section
   verbose               = 0|1
   verbose               = 0|1
   debug                 = 0-9
   debug                 = 0-9
   profile               = 0|1
   profile               = 0|1
   prof_file             = "" (default: "sim.profile")
   prof_file             = "" (default: "sim.profile")
   mprofile              = 0|1
   mprofile              = 0|1
   mprof_file            = "" (default: "sim.mprofile")
   mprof_file            = "" (default: "sim.mprofile")
   history               = 0|1
   history               = 0|1
   exe_log               = 0|1
   exe_log               = 0|1
   exe_log_type          = hardware|simple|software|default
   exe_log_type          = hardware|simple|software|default
   exe_log_start         =  (default: 0)
   exe_log_start         =  (default: 0)
   exe_log_end           =  (default: never end)
   exe_log_end           =  (default: never end)
   exe_log_marker        =  (default: no markers)
   exe_log_marker        =  (default: no markers)
   exe_log_file          = "" (default: "executed.log")
   exe_log_file          = "" (default: "executed.log")
   exe_bin_insn_log      = 0|1
   exe_bin_insn_log      = 0|1
   exe_bin_insn_log_file = "" (default: "exe-insn.bin")
   exe_bin_insn_log_file = "" (default: "exe-insn.bin")
   clkcycle              = [ps|ns|us|ms]
   clkcycle              = [ps|ns|us|ms]
*/
*/
section sim
section sim
  clkcycle = 1ns
  clkcycle = 1ns
end
end
/* VAPI section
/* VAPI section
   enabled        = 0|1
   enabled        = 0|1
   server_port    =  (default: 50000)
   server_port    =  (default: 50000)
   log_enabled    = 0|1
   log_enabled    = 0|1
   hide_device_id = 0|1
   hide_device_id = 0|1
   vapi_log_file  = "" (default "vapi.log")
   vapi_log_file  = "" (default "vapi.log")
*/
*/
section VAPI
section VAPI
  server_port = 50000
  server_port = 50000
  log_enabled = 0
  log_enabled = 0
  vapi_log_file = "vapi.log"
  vapi_log_file = "vapi.log"
end
end
/* CUC section
/* CUC section
    memory_order       = none|weak|strong|exact (default: strong)
    memory_order       = none|weak|strong|exact (default: strong)
    calling_convention = 0|1
    calling_convention = 0|1
    enable_bursts      = 0|1
    enable_bursts      = 0|1
    no_multicycle      = 0|1
    no_multicycle      = 0|1
    timings_file       = "" (default: virtex.tim)
    timings_file       = "" (default: virtex.tim)
*/
*/
section cuc
section cuc
  memory_order       = weak
  memory_order       = weak
  calling_convention = 1
  calling_convention = 1
  enable_bursts      = 1
  enable_bursts      = 1
  no_multicycle      = 1
  no_multicycle      = 1
end
end
/* CPU section
/* CPU section
   ver         =  (default: 0)
   ver         =  (default: 0)
   cfg         =  (default: 0)
   cfg         =  (default: 0)
   rev         =  (default: 0)
   rev         =  (default: 0)
   upr         =  (see user manual for default settings)
   upr         =  (see user manual for default settings)
   cfgr        =  (default: 0x00000020)
   cfgr        =  (default: 0x00000020)
   sr          =  (default: 0x00008001)
   sr          =  (default: 0x00008001)
   superscalar = 0|1
   superscalar = 0|1
   hazards     = 0|1
   hazards     = 0|1
   dependstats = 0|1
   dependstats = 0|1
   sbuf_len    =  (default: 0)
   sbuf_len    =  (default: 0)
   hardfloat   = 0|1
   hardfloat   = 0|1
*/
*/
section cpu
section cpu
  ver = 0x12
  ver = 0x12
  cfg = 0x00
  cfg = 0x00
  rev = 0x0001
  rev = 0x0001
end
end
/* Memory section
/* Memory section
   type        = unknown|random|unknown|pattern
   type        = unknown|random|unknown|pattern
   random_seed =  (default: -1)
   random_seed =  (default: -1)
   pattern     =  (default: 0)
   pattern     =  (default: 0)
   baseaddr    =  (default: 0)
   baseaddr    =  (default: 0)
   size        =  (default: 1024)
   size        =  (default: 1024)
   name        = "" (default: "anonymous memory block")
   name        = "" (default: "anonymous memory block")
   ce          =  (default: -1)
   ce          =  (default: -1)
   mc          =  (default: 0)
   mc          =  (default: 0)
   delayr      =  (default: 1)
   delayr      =  (default: 1)
   delayw      =  (default: 1)
   delayw      =  (default: 1)
   log         = "" (default: NULL)
   log         = "" (default: NULL)
*/
*/
section memory
section memory
  name        = "RAM"
  name        = "RAM"
  type        = unknown
  type        = unknown
  baseaddr    = 0x00000000
  baseaddr    = 0x00000000
  size        = 0x00080000
  size        = 0x00080000
  delayr      = 1
  delayr      = 1
  delayw      = 2
  delayw      = 2
end
end
/* Data MMU section
/* Data MMU section
   enabled   = 0|1
   enabled   = 0|1
   nsets     =  (default: 1)
   nsets     =  (default: 1)
   nways     =  (default: 1)
   nways     =  (default: 1)
   pagesize  =  (default: 8192)
   pagesize  =  (default: 8192)
   entrysize =  (default: 1)
   entrysize =  (default: 1)
   ustates   =  (default: 1)
   ustates   =  (default: 1)
   hitdelay  =  (default: 1)
   hitdelay  =  (default: 1)
   missdelay =  (default: 1)
   missdelay =  (default: 1)
*/
*/
section dmmu
section dmmu
  enabled   = 1
  enabled   = 1
  nsets     = 64
  nsets     = 64
  nways     = 1
  nways     = 1
  pagesize  = 8192
  pagesize  = 8192
  hitdelay  = 0
  hitdelay  = 0
  missdelay = 0
  missdelay = 0
end
end
/* Instruction MMU section
/* Instruction MMU section
   enabled   = 0|1
   enabled   = 0|1
   nsets     =  (default: 1)
   nsets     =  (default: 1)
   nways     =  (default: 1)
   nways     =  (default: 1)
   pagesize  =  (default: 8192)
   pagesize  =  (default: 8192)
   entrysize =  (default: 1)
   entrysize =  (default: 1)
   ustates   =  (default: 1)
   ustates   =  (default: 1)
   hitdelay  =  (default: 1)
   hitdelay  =  (default: 1)
   missdelay =  (default: 1)
   missdelay =  (default: 1)
*/
*/
section immu
section immu
  enabled   = 1
  enabled   = 1
  nsets     = 64
  nsets     = 64
  nways     = 1
  nways     = 1
  pagesize  = 8192
  pagesize  = 8192
  hitdelay  = 0
  hitdelay  = 0
  missdelay = 0
  missdelay = 0
end
end
/* Data cache section
/* Data cache section
   enabled         = 0|1
   enabled         = 0|1
   nsets           =  (default: 1)
   nsets           =  (default: 1)
   nways           =  (default: 1)
   nways           =  (default: 1)
   blocksize       =  (default: 16)
   blocksize       =  (default: 16)
   ustates         =  (default: 2)
   ustates         =  (default: 2)
   load_hitdelay   =  (default: 2)
   load_hitdelay   =  (default: 2)
   load_missdelay  =  (default: 2)
   load_missdelay  =  (default: 2)
   store_hitdelay  =  (default: 0)
   store_hitdelay  =  (default: 0)
   store_missdelay =  (default: 0)
   store_missdelay =  (default: 0)
*/
*/
section dc
section dc
  enabled         = 1
  enabled         = 1
  nsets           = 256
  nsets           = 256
  nways           = 1
  nways           = 1
  blocksize       = 16
  blocksize       = 16
  load_hitdelay   = 0
  load_hitdelay   = 0
  load_missdelay  = 0
  load_missdelay  = 0
  store_hitdelay  = 0
  store_hitdelay  = 0
  store_missdelay = 0
  store_missdelay = 0
end
end
/* Instruction cache section
/* Instruction cache section
   enabled    = 0|1
   enabled    = 0|1
   nsets      =  (default: 1)
   nsets      =  (default: 1)
   nways      =  (default: 1)
   nways      =  (default: 1)
   blocksize  =  (default: 16)
   blocksize  =  (default: 16)
   ustates    =  (default: 2)
   ustates    =  (default: 2)
   hitdelay   =  (default: 1)
   hitdelay   =  (default: 1)
   missdelay  =  (default: 1)
   missdelay  =  (default: 1)
*/
*/
section ic
section ic
  enabled   = 1
  enabled   = 1
  nsets     = 256
  nsets     = 256
  nways     = 1
  nways     = 1
  blocksize = 16
  blocksize = 16
  hitdelay  = 0
  hitdelay  = 0
  missdelay = 0
  missdelay = 0
end
end
/* Programmable interrupt controller section
/* Programmable interrupt controller section
  enabled      = 0|1
  enabled      = 0|1
  edge_trigger = 0|1 (default: 1)
  edge_trigger = 0|1 (default: 1)
*/
*/
section pic
section pic
  enabled = 1
  enabled = 1
end
end
/* Power management section
/* Power management section
   enabled = 0|1
   enabled = 0|1
*/
*/
section pm
section pm
  enabled = 0
  enabled = 0
end
end
/* Branch prediction section
/* Branch prediction section
   enabled     = 0|1
   enabled     = 0|1
   btic        = 0|1
   btic        = 0|1
   sbp_bf_fwd  = 0|1
   sbp_bf_fwd  = 0|1
   sbp_bnf_fwd = 0|1
   sbp_bnf_fwd = 0|1
   hitdelay    =  (default: 0)
   hitdelay    =  (default: 0)
   missdelay   =  (default: 0)
   missdelay   =  (default: 0)
*/
*/
section bpb
section bpb
  enabled = 0
  enabled = 0
end
end
/* Debug unit section
/* Debug unit section
   enabled     = 0|1
   enabled     = 0|1
   rsp_enabled = 0|1
   rsp_enabled = 0|1
   rsp_port    =  (default: 51000)
   rsp_port    =  (default: 51000)
   vapi_id     =  (default: 0)
   vapi_id     =  (default: 0)
*/
*/
section debug
section debug
  enabled = 1
  enabled = 1
  rsp_enabled = 1
  rsp_enabled = 1
  rsp_port    = 9999
  rsp_port    = 9999
end
end
/* Memory controller section
/* Memory controller section
   enabled  = 0|1
   enabled  = 0|1
   baseaddr =  (default: 0)
   baseaddr =  (default: 0)
   POC      =  (default: 0)
   POC      =  (default: 0)
   index    =  (default: 0)
   index    =  (default: 0)
*/
*/
section mc
section mc
  enabled  = 0
  enabled  = 0
  baseaddr = 0x93000000
  baseaddr = 0x93000000
  POC      = 0x0000000a                 /* 32 bit SSRAM */
  POC      = 0x0000000a                 /* 32 bit SSRAM */
  index    = 0
  index    = 0
end
end
/* UART section
/* UART section
   enabled  = 0|1
   enabled  = 0|1
   baseaddr =  (default: 0)
   baseaddr =  (default: 0)
   channel  = "value>" (default: "xterm:")
   channel  = "value>" (default: "xterm:")
   irq      =  (default: 0)
   irq      =  (default: 0)
   16550    = 0|1
   16550    = 0|1
   jitter   =  (default: 0)
   jitter   =  (default: 0)
   vapi_id  =  (default: 0)
   vapi_id  =  (default: 0)
*/
*/
section uart
section uart
  enabled  = 1
  enabled  = 1
  baseaddr = 0x90000000
  baseaddr = 0x90000000
  irq      = 2
  irq      = 2
  16550    = 1
  16550    = 1
end
end
/* DMA section
/* DMA section
   enabled  = 0|1
   enabled  = 0|1
   baseaddr =  (default: 0)
   baseaddr =  (default: 0)
   irq      =  (default: 0)
   irq      =  (default: 0)
   vapi_id  =  (default: 0)
   vapi_id  =  (default: 0)
*/
*/
section dma
section dma
  enabled  = 0
  enabled  = 1
  baseaddr = 0x9a000000
  baseaddr = 0x9a000000
  irq      = 11
  irq      = 11
end
end
/* Ethernet section
/* Ethernet section
   enabled    = 0|1
   enabled    = 0|1
   baseaddr   =  (default: 0)
   baseaddr   =  (default: 0)
   dma        =  (default: 0)
   dma        =  (default: 0)
   irq        =  (default: 0)
   irq        =  (default: 0)
   rtx_type   = 0|1
   rtx_type   = 0|1
   rx_channel =  (default: 0)
   rx_channel =  (default: 0)
   tx_channel =  (default: 0)
   tx_channel =  (default: 0)
   rxfile     = "" (default: "eth_rx")
   rxfile     = "" (default: "eth_rx")
   txfile     = "" (default: "eth_rx")
   txfile     = "" (default: "eth_rx")
   sockif     = "" (default: "or1ksim_eth")
   sockif     = "" (default: "or1ksim_eth")
   vapi_id    =  (default: 0)
   vapi_id    =  (default: 0)
*/
*/
section ethernet
section ethernet
  enabled  = 0
  enabled  = 0
  baseaddr = 0x92000000
  baseaddr = 0x92000000
  irq      = 4
  irq      = 4
  rtx_type = 0
  rtx_type = 0
end
end
/* GPIO section
/* GPIO section
   enabled      = 0|1
   enabled      = 0|1
   baseaddr     =  (default: 0)
   baseaddr     =  (default: 0)
   irq          =  (default: 0)
   irq          =  (default: 0)
   base_vapi_id =  (default: 0)
   base_vapi_id =  (default: 0)
*/
*/
/*
/*
current version of Or1ksim does not supprot newest version of gpio
current version of Or1ksim does not supprot newest version of gpio
controller. So, we are use memory instead of gpio controller model.
controller. So, we are use memory instead of gpio controller model.
*/
*/
/*
/*
section gpio
section gpio
  enabled      = 0
  enabled      = 0
  baseaddr     = 0x91000000
  baseaddr     = 0x91000000
  irq          = 3
  irq          = 3
  base_vapi_id = 0x0200
  base_vapi_id = 0x0200
end
end
*/
*/
section memory
section memory
  name        = "gpio_dummystub"
  name        = "gpio_dummystub"
  type        = unknown
  type        = unknown
  baseaddr    = 0x91000000
  baseaddr    = 0x91000000
  size        = 0x00010000
  size        = 0x00010000
  delayr      = 1
  delayr      = 1
  delayw      = 2
  delayw      = 2
end
end
/* VGA section
/* VGA section
   enabled      = 0|1
   enabled      = 0|1
   baseaddr     =  (default: 0)
   baseaddr     =  (default: 0)
   irq          =  (default: 0)
   irq          =  (default: 0)
   refresh_rate =  (default: cycles equivalent to 50Hz)
   refresh_rate =  (default: cycles equivalent to 50Hz)
   filename     = "" (default: "vga_out))
   filename     = "" (default: "vga_out))
*/
*/
section vga
section vga
  enabled      = 0
  enabled      = 0
  baseaddr     = 0x97100000
  baseaddr     = 0x97100000
  irq          = 8
  irq          = 8
end
end
/* Frame buffer section
/* Frame buffer section
   enabled      = 0|1
   enabled      = 0|1
   baseaddr     =  (default: 0)
   baseaddr     =  (default: 0)
   refresh_rate =  (default: cycles equivalent to 50Hz)
   refresh_rate =  (default: cycles equivalent to 50Hz)
   filename     = "" (default: "fb_out))
   filename     = "" (default: "fb_out))
*/
*/
section fb
section fb
  enabled      = 0
  enabled      = 0
  baseaddr     = 0x97000000
  baseaddr     = 0x97000000
end
end
/* PS2 keyboard section
/* PS2 keyboard section
    This section configures the PS/2 compatible keyboard
    This section configures the PS/2 compatible keyboard
    enabled  = 0|1
    enabled  = 0|1
    baseaddr =  (default: 0)
    baseaddr =  (default: 0)
    irq      =  (default: 0)
    irq      =  (default: 0)
    rxfile   = "" (default: "kbd_in")
    rxfile   = "" (default: "kbd_in")
*/
*/
section kbd
section kbd
  enabled  = 0
  enabled  = 0
  baseaddr = 0x94000000
  baseaddr = 0x94000000
  irq      = 5
  irq      = 5
end
end
/* ATA disc section
/* ATA disc section
   enabled        = 0|1
   enabled        = 0|1
   baseaddr       =  (default: 0)
   baseaddr       =  (default: 0)
   irq            =  (default: 0)
   irq            =  (default: 0)
   dev_id         = 1|2|3
   dev_id         = 1|2|3
   rev            = 0-15 (default: 1)
   rev            = 0-15 (default: 1)
   pio_mode0_t1   = 0-255 (default: 6)
   pio_mode0_t1   = 0-255 (default: 6)
   pio_mode0_t2   = 0-255 (default: 28)
   pio_mode0_t2   = 0-255 (default: 28)
   pio_mode0_t4   = 0-255 (default: 2)
   pio_mode0_t4   = 0-255 (default: 2)
   pio_mode0_teoc = 0-255 (default: 23)
   pio_mode0_teoc = 0-255 (default: 23)
   dma_mode0_tm   = 0-255 (default: 4)
   dma_mode0_tm   = 0-255 (default: 4)
   dma_mode0_td   = 0-255 (default: 21)
   dma_mode0_td   = 0-255 (default: 21)
   dma_mode0_teoc = 0-255 (default: 21)
   dma_mode0_teoc = 0-255 (default: 21)
   device         = 0|1
   device         = 0|1
   Device specific:
   Device specific:
      type     = 0|1|2
      type     = 0|1|2
      file     = "" (default: "ata_file")
      file     = "" (default: "ata_file")
      size     =  (default: 0)
      size     =  (default: 0)
      packet   = 0|1
      packet   = 0|1
      firmware = "" (default: "02207031")
      firmware = "" (default: "02207031")
      heads    =  (default: 7)
      heads    =  (default: 7)
      sectors  =  (default: 32)
      sectors  =  (default: 32)
      mwdma    = 2|1|0|-1
      mwdma    = 2|1|0|-1
      pio      = 4|3|2|1|0
      pio      = 4|3|2|1|0
*/
*/
section ata
section ata
  enabled  = 0
  enabled  = 0
  baseaddr = 0x9e000000
  baseaddr = 0x9e000000
  irq      = 15
  irq      = 15
  device 0
  device 0
    type = 1
    type = 1
    size = 1
    size = 1
  enddevice
  enddevice
end
end
/* Generic peripheral section
/* Generic peripheral section
   enabled      = 0|1
   enabled      = 0|1
   baseaddr     =  (default: 0)
   baseaddr     =  (default: 0)
   size         =  (default: 0)
   size         =  (default: 0)
   name         = "" (default: "anonymous external peripheral")
   name         = "" (default: "anonymous external peripheral")
   byte_enabled = 1|0
   byte_enabled = 1|0
   hw_enabled   = 1|0
   hw_enabled   = 1|0
   word_enabled = 1|0
   word_enabled = 1|0
*/
*/
section generic
section generic
  enabled  = 0
  enabled  = 0
end
end
 
 

powered by: WebSVN 2.1.0

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