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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_40/] [or1ksim/] [sim.cfg] - Diff between revs 1364 and 1367

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

Rev 1364 Rev 1367
Line 578... Line 578...
 
 
/* UART SECTION
/* UART SECTION
 
 
   This section configures the UARTs
   This section configures the UARTs
 
 
   nuarts = 
 
      make specified number of instances, configure each
 
      instance within device - enddevice construct.
 
 
 
   instance specific:
 
     baseaddr = 
     baseaddr = 
        address of first UART register for this device
        address of first UART register for this device
 
 
 
 
     channel = :
     channel = :
Line 634... Line 629...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section uart
section uart
  nuarts = 1
 
 
 
  device 0
 
    baseaddr = 0x90000000
    baseaddr = 0x90000000
    irq = 2
    irq = 2
    channel = "file:uart0.rx,uart0.tx"
    channel = "file:uart0.rx,uart0.tx"
    jitter = -1                     /* async behaviour */
    jitter = -1                     /* async behaviour */
    16550 = 1
    16550 = 1
  enddevice
 
end
end
 
 
 
 
/* DMA SECTION
/* DMA SECTION
 
 

powered by: WebSVN 2.1.0

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