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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [sim.cfg] - Diff between revs 1703 and 1712

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

Rev 1703 Rev 1712
Line 900... Line 900...
 
 
        packet = 
        packet = 
          0: simulated ATA device does NOT implement PACKET command feature set
          0: simulated ATA device does NOT implement PACKET command feature set
          1: simulated ATA device does implement PACKET command feature set
          1: simulated ATA device does implement PACKET command feature set
 
 
 
        firmware = 
 
          Firmware to report in `Identify device command'
 
 
 
        heads = 
 
          Number of default heads (-1)
 
 
 
        sectors = 
 
          Number of default sectors per track
 
 
 
        mwdma = 
 
          The highest multiword DMA mode; 2, 1, 0, -1 (No DMA)
 
 
 
        pio = 
 
          The highest supported pio mode; 4, 3, 2, 1, 0
 
 
   FIXME: irq number
   FIXME: irq number
*/
*/
 
 
section ata
section ata
  enabled = 1
  enabled = 1
Line 924... Line 939...
  device 0
  device 0
    type   = 1
    type   = 1
    file   = "/tmp/sim_atadev0"
    file   = "/tmp/sim_atadev0"
    size   = 1
    size   = 1
    packet = 0
    packet = 0
 
 
 
    heads  = 7
 
    sectors = 32
 
 
 
    firmware = "02207031"
 
    mwdma = 2
 
    pio = 4
  enddevice
  enddevice
 
 
  device 1
  device 1
    type   = 0
    type   = 0
    file   = ""
    file   = ""

powered by: WebSVN 2.1.0

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