Difference between revisions of "MASC/uCLinux On LEON3"

From Vlsiwiki
Jump to: navigation, search
Line 9: Line 9:
 
* [http://www.xilinx.com/products/devkits/HW-V5-ML505-UNI-G.htm Xilinx Vertex 5, ML-505 board]
 
* [http://www.xilinx.com/products/devkits/HW-V5-ML505-UNI-G.htm Xilinx Vertex 5, ML-505 board]
 
* [http://www.xilinx.com/products/devkits/HW-USB-G.htm Xilinx Platform Cable USB]
 
* [http://www.xilinx.com/products/devkits/HW-USB-G.htm Xilinx Platform Cable USB]
* Host Computer. x86-64 machine (AMD Phenom x4 9950 Black (AMD64)) [http://www.soe.ucsc.edu/classes/cmpe222/ CMPE222]
+
* Host Computer. x86-64 machine (AMD Phenom x4 9950 Black (AMD64))
 
+
 
+
  
 
=== People ===
 
=== People ===
 
+
* [http://users.soe.ucsc.edu/~renau/ Professor Jose Renau]: Leader of the MASC group at UCSC, instructor for CMPE-202, Computer Architecture.]
 
+
* [http://www.samueltoepke.com Samuel Toepke]: PhD Student, primary investigator, student of Professor Renau.
 
+
* Tom Golubev: Member of MASC group, MS student. Source of Xilinx tools, Xilinx ML505 board and Xilinx Platform Cable USB.
 +
* [http://users.soe.ucsc.edu/~rigo/ Rigo Dicochea]: Member of MASC group, PhD student, general FPGA resource.
 +
* [http://www.gdhwsw.urjc.es/ Javier Castillo]: Member of MASC group, embedded Linux resource.
  
 
== System ==
 
== System ==

Revision as of 22:32, 3 December 2009

Introduction

MicroController Linux (μCLinux) is a Linux operating system for embedded hardware systems without a memory management unit (MMU).

The LEON3 is a 32-bit VHDL processor core based on the SPARCV8 RISC instruction set architecture.

This project will involve synthesis and placement of a LEON3 processor onto a commercial off the shelf (COTS) field programmable gate array (FPGA), μCLinux will then be loaded to the FPGA.

Hardware

People

  • Professor Jose Renau: Leader of the MASC group at UCSC, instructor for CMPE-202, Computer Architecture.]
  • Samuel Toepke: PhD Student, primary investigator, student of Professor Renau.
  • Tom Golubev: Member of MASC group, MS student. Source of Xilinx tools, Xilinx ML505 board and Xilinx Platform Cable USB.
  • Rigo Dicochea: Member of MASC group, PhD student, general FPGA resource.
  • Javier Castillo: Member of MASC group, embedded Linux resource.

System

Building uCLinux

Building the LEON3

Follow On Work

References