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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_50/] [or1ksim/] [sim.cfg] - Diff between revs 1372 and 1374

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

Rev 1372 Rev 1374
Line 709... Line 709...
 
 
/* GPIO SECTION
/* GPIO SECTION
 
 
   This section configures the GPIOs
   This section configures the GPIOs
 
 
   ngpios = 
 
      make specified number of instances, configure each
 
      instance within device - enddevice construct.
 
 
 
   instance specific:
 
     baseaddr = 
     baseaddr = 
        address of first GPIO register for this device
        address of first GPIO register for this device
 
 
     irq = 
     irq = 
        irq number for this device
        irq number for this device
Line 726... Line 721...
        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
  ngpios = 1
 
 
 
  device 0
 
    baseaddr = 0x91000000
    baseaddr = 0x91000000
    irq = 3
    irq = 3
    base_vapi_id = 0x0200
    base_vapi_id = 0x0200
  enddevice
 
end
end
 
 
/* VGA SECTION
/* VGA SECTION
 
 
    This section configures the VGA/LCD controller
    This section configures the VGA/LCD controller

powered by: WebSVN 2.1.0

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