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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_40/] [or1ksim/] [sim.cfg] - Diff between revs 1371 and 1372

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

Rev 1371 Rev 1372
Line 661... Line 661...
 
 
/* ETHERNET SECTION
/* ETHERNET SECTION
 
 
   This section configures the ETHERNETs
   This section configures the ETHERNETs
 
 
   nethernets = 
 
      make specified number of instances, configure each
 
      instance within device - enddevice construct.
 
 
 
   instance specific:
 
     baseaddr = 
     baseaddr = 
        address of first ethernet register for this device
        address of first ethernet register for this device
 
 
     dma = 
     dma = 
        which controller is this ethernet "connected" to
        which controller is this ethernet "connected" to
Line 698... Line 693...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section ethernet
section ethernet
  nethernets = 1
 
 
 
  device 0
 
    baseaddr = 0x92000000
    baseaddr = 0x92000000
    dma = 0
    dma = 0
    irq = 4
    irq = 4
    rtx_type = 1
    rtx_type = 1
    tx_channel = 0
    tx_channel = 0
    rx_channel = 1
    rx_channel = 1
    rxfile = "eth0.rx"
    rxfile = "eth0.rx"
    txfile = "eth0.tx"
    txfile = "eth0.tx"
    sockif = "eth0"
    sockif = "eth0"
  enddevice
 
end
end
 
 
 
 
/* GPIO SECTION
/* GPIO SECTION
 
 

powered by: WebSVN 2.1.0

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