Functional Simulator for subset of ARM Processor

March 31, 2015 ยท View on GitHub

================================================ Functional Simulator for subset of ARM Processor

README

Table of contents

  1. Directory Structure
  2. How to build
  3. How to execute

Directory Structure:

CS112-Project | |- bin | |- myARMSim |- doc | |- design-doc.docx |- include | |- myARMSim.h |- src |- main.c |- Makefile |- myARMSim.h |- test |- simple_add.mem |- fib_hex.mem |- array_add.mem

How to build

For building: cdsrccd src make

For cleaning the project: cdsrccd src make clean

How to execute

cdbincd bin ./myARMSim ../test/simple_add.mem