SPARC: Emulation of Leon3
authorFabien Chouteau <chouteau@adacore.com>
Mon, 24 Jan 2011 11:56:55 +0000 (12:56 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 24 Jan 2011 20:54:34 +0000 (20:54 +0000)
commit7a06b2e1a495c8cdcdb8b3373f7950ad9864835d
treee81ba671c1127ca1eb0ab5a7a148eecf53eee069
parent8eb219685b038ab3af5f13e2a525fae1ca0a06e2
SPARC: Emulation of Leon3

Leon3 is an open-source VHDL System-On-Chip, well known in space industry (more
information on http://www.gaisler.com).

Leon3 is made of multiple components available in the GrLib VHDL library.
Three devices are implemented: uart, timers and IRQ manager.
You can find code for these peripherals in the grlib_* files.

Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
hw/leon3.c [new file with mode: 0644]
target-sparc/cpu.h
target-sparc/helper.c
target-sparc/helper.h
target-sparc/op_helper.c
target-sparc/translate.c
trace-events