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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [sim.cfg] - Diff between revs 1370 and 1371

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

Rev 1370 Rev 1371
Line 814... Line 814...
 
 
/* KBD SECTION
/* KBD SECTION
 
 
    This section configures the PS/2 compatible keyboard
    This section configures the PS/2 compatible keyboard
 
 
    enabled = 0/1
 
      whether keyboard is enabled
 
 
 
    baseaddr = 
    baseaddr = 
      base address of the keyboard device
      base address of the keyboard device
 
 
    rxfile = ""
    rxfile = ""
      filename, where to read data from
      filename, where to read data from
*/
*/
 
 
section kbd
section kbd
  enabled = 1
 
  irq = 5
  irq = 5
  baseaddr = 0x94000000
  baseaddr = 0x94000000
  rxfile = "kbd.rx"
  rxfile = "kbd.rx"
end
end
 
 

powered by: WebSVN 2.1.0

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