Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

GXemul is a framework for full-system computer architecture emulation. It emulates (networks of) machines, consisting of processors (ARM, MIPS, Motorola 88K, PowerPC, and SuperH) and various surrounding hardware components. It is complete enough to allow several unmodified "guest" ... [More] operating systems (e.g. NetBSD) to run inside the emulator as if they were running on real hardware. [Less]

5.0
 
  0 reviews  |  4 users  |  20,851 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

A mips simulator that aims to be as good and even better than spim. It is based on some code that I created for class a year ago, and that code executed the mips code many times faster than SPIM did. I hope to make improvements and implement much, much more than SPIM has. Currently in the Version 2 branch area, and quickly approaching 2.1.

0
 
  0 reviews  |  0 users  |  4,414 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

SkyEye is an Open Source Simulator, which simulates series ARM architecture based microprocessors,coldfire,mips,powerpc and Blackfin DSP Processor. Users can run Operating Systems such as Linux, uCLinux, RTEMS etc. and can analyze or debug in source level. Our discussion group at: ... [More] http://groups.google.com/group/skyeye-simulator ISS group development activities at: http://code.google.com/p/skyeye/wiki/IssDevLog [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

This is a MIPS Simulator developed as a coursework project.

0
 
  0 reviews  |  0 users  |  1,148 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

An integrated 5-pipelined MIPS CPU simulation environment with a powerful compiler (derived from DLXas).

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Processor Independent Architecture Analyzer What's Piana?Piana is a processor independent architecture simulator to analyze assembly codes. With a XML file you can configure a simulation adapter to start a virtual machine and view a delayed processing graph. Based on highly used design ... [More] patterns, Piana utilizes Object Oriented paradigm to make it simple and expansible to new processors. First, it will be developed in Java to analyze MIPS pipeline and assembly code, but later, Piana will be ported to other languages like C and PHP, being able to run on any Operating System. How it works?... Learn about PianaTODO List Notepad Design Patterns FeaturesEasy configuration; Pipeline "bubble" detection; Assembly code simulation; Architecture free... News... Simple Code ExampleMachineAdapter mips = new MachineAdapter(); mips.setConfig("mips-config.xml"); Machine simulator = new Machine(); simulator .setAdapter(mips) .setOut(System.out) .setStep(2) .setFile("mips-code.asm") .start();Piana Structure TraduçãoPiana é um simulador de processadores para análise de códigos Assembly independente de arquitetura. A partir de um arquivo XML é possível configurar o adaptador de simulação e, ao inicializar a máquina virtual, há possibilidade de visualização de um gráfico demonstrando os atrasos de processamento. Baseado em padrões de desenvolvimento, o Piana utiliza a Orientação a Objetos como forma de simplicidade de inclusão e expansão de novas máquinas virtuais, tornando o código totalmente reaproveitável em outras situações. Primeiramente escrito em Java, nada impossibilita que seja escrito em outras linguagens a partir da análise da documentação disponível. Created by Roberto, Wanderson and Willian, Computer Science students of the Universidade do Vale do Rio dos Sinos - UNISINOS, Brazil [Less]

0
 
  0 reviews  |  0 users  |  1,704 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

As first project for 2009/1 Computer Architectures 1, we will write a MIPS Assembly pipeline simulator. It is a software that will receive simple MIPSAsm code and show its pipeline graphically.

0
 
  0 reviews  |  0 users  |  1,802 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A MIPS translator and simulator written in python. This project's goal is to make a cross platform MIPS simulator that is easy to use and learn from.

0
 
  0 reviews  |  0 users  |  1,562 lines of code  |  2 current contributors  |  Analyzed about 2 years ago
 
 

MIPS-lite Simulator

0
 
  0 reviews  |  0 users  |  2,682 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

A user friendly MiniMIPS simulator and assembler based on a MIPS design from Digital Design and Computer Architecture by Harris and Harris. This has then been adapted by Dr. Cesar Ortega-Sanchez of Curtin University in Western Australia into a reduced design for use on the Digilent Basys FPGA ... [More] Boards. It is a single cycle machine with a 16-bit instruction word and 8-bit registers. This application was primarily designed for teaching assembly and basic microprocessor design. The instruction set is very limited but is still capable of implementing fairly complex programs. The project is written in C# but could possibly be ported to Mono and the GUI is designed to be as user friendly as possible and prevents you from making a mistake through the use of dropdowns and error checking. Requires .NET Framework 3.5 SP1 Available on Windows Update or Here [Less]

0
 
  0 reviews  |  0 users  |  2,029 lines of code  |  0 current contributors  |  Analyzed about 3 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.