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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [sim.cfg] - Diff between revs 547 and 549

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 547 Rev 549
Line 406... Line 406...
  rev = 0x0001
  rev = 0x0001
  /* upr = */
  /* upr = */
  superscalar = 0
  superscalar = 0
  hazards = 0
  hazards = 0
  dependstats = 0
  dependstats = 0
  btic = 0
 
  bpb = 0
 
  sbp_bf_fwd = 0
 
  sbp_bnf_fwd = 1
 
  raw_range = 0
 
end
end
 
 
 
 
/* BPB SECTION
/* BPB SECTION
 
 
Line 498... Line 493...
 
 
/* UART SECTION
/* UART SECTION
 
 
   This section configures UARTs
   This section configures UARTs
 
 
   enabled = 0/1
 
      whether uarts are enabled
 
 
 
   nuarts = 
   nuarts = 
      make specified number of instances, configure each
      make specified number of instances, configure each
      instance within device - enddevice construct.
      instance within device - enddevice construct.
 
 
   instance specific:
   instance specific:
Line 529... Line 521...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section uart
section uart
  enabled = 0
 
  nuarts = 1
  nuarts = 1
 
 
  device 0
  device 0
    baseaddr = 0x80000000
    baseaddr = 0x80000000
    irq = 2
    irq = 2
Line 546... Line 537...
 
 
/* DMA SECTION
/* DMA SECTION
 
 
   This section configures DMAs
   This section configures DMAs
 
 
   enabled = 0/1
 
      whether DMAs are enabled
 
 
 
   ndmas = 
   ndmas = 
      make specified number of instances, configure each
      make specified number of instances, configure each
      instance within device - enddevice construct.
      instance within device - enddevice construct.
 
 
   instance specific:
   instance specific:
Line 565... Line 553...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section dma
section dma
  enabled = 0
 
  ndmas = 1
  ndmas = 1
 
 
  device 0
  device 0
    baseaddr = 0x90000000
    baseaddr = 0x90000000
    irq = 4
    irq = 4
Line 579... Line 566...
 
 
/* ETHERNET SECTION
/* ETHERNET SECTION
 
 
   This section configures ethernets
   This section configures ethernets
 
 
   enabled = 0/1
 
      whether ethernets are enabled
 
 
 
   nethernets = 
   nethernets = 
      make specified number of instances, configure each
      make specified number of instances, configure each
      instance within device - enddevice construct.
      instance within device - enddevice construct.
 
 
   instance specific:
   instance specific:
Line 610... Line 594...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section ethernet
section ethernet
  enabled = 0
 
  nethernets = 1
  nethernets = 1
 
 
  device 0
  device 0
    baseaddr = 0x88000000
    baseaddr = 0x88000000
    dma = 0
    dma = 0
Line 627... Line 610...
 
 
/* GPIO SECTION
/* GPIO SECTION
 
 
   This section configures GPIOs
   This section configures GPIOs
 
 
   enabled = 0/1
 
      whether GPIOs are enabled
 
 
 
   ngpios = 
   ngpios = 
      make specified number of instances, configure each
      make specified number of instances, configure each
      instance within device - enddevice construct.
      instance within device - enddevice construct.
 
 
   instance specific:
   instance specific:
Line 647... Line 627...
        first VAPI id of this instance
        first VAPI id of this instance
        GPIO uses 8 consecutive VAPI IDs
        GPIO uses 8 consecutive VAPI IDs
*/
*/
 
 
section gpio
section gpio
  enabled = 0
 
  ngpios = 1
  ngpios = 1
 
 
  device 0
  device 0
    baseaddr = 0xB0000000
    baseaddr = 0xB0000000
    irq = 23
    irq = 23

powered by: WebSVN 2.1.0

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