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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [sim.cfg] - Diff between revs 702 and 724

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

Rev 702 Rev 724
Line 628... Line 628...
        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
 
 
 
     irq = 
 
        ethernet mac IRQ level
 
 
     rx_channel = 
     rx_channel = 
        DMA channel used for RX
        DMA channel used for RX
 
 
     tx_channel = 
     tx_channel = 
        DMA channel used for TX
        DMA channel used for TX
Line 640... Line 643...
        filename, where to read data from
        filename, where to read data from
 
 
     txfile = ""
     txfile = ""
        filename, where to write data to
        filename, where to write data to
 
 
 
     sockif = ""
 
        interface name of ethernet socket
 
 
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section ethernet
section ethernet
Line 651... Line 657...
 
 
 
 
  device 0
  device 0
    baseaddr = 0x88000000
    baseaddr = 0x88000000
    dma = 0
    dma = 0
 
    irq = 15
    tx_channel = 0
    tx_channel = 0
    rx_channel = 1
    rx_channel = 1
    rxfile = "/tmp/eth0.rx"
    rxfile = "/tmp/eth0.rx"
    txfile = "/tmp/eth0.tx"
    txfile = "/tmp/eth0.tx"
 
    sockif = "lo"
  enddevice
  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.