Git Product home page Git Product logo

athrill-1's Introduction

athrill

Athrill is a CPU emulator. Athrill was developed to easily execute and debug embedded programs on virtual microcomputer. You can evaluate bare metal programs or embedded control programs running on real-time OS. Athrill at the moment supports V850 CPU instructions.

Table of Contents


Requirements


Athrill requires the following to run:

  • OS
    • [Linux]
      • Ubuntu(32bit)
    • [Windows]
      • MinGW32_NT-6.2(Windows10, Windows7)

Athrill uses the following editors for source debugging:

  • Editor
    • [Linux]
      • geany
    • [Windows]
      • Sakura Editor

Install


After downloading Athrill project, add the following athrill executable binary folder path on the environment-variable (PATH).

export PATH=[athrill root folder]/src/bin:$PATH 

Then make sure you can display usage of athrill on an arbitrary folder:

Usage:athrill -m<memory config file> [OPTION]... <load_file>
-i                             : execute on the interaction mode. if -i is not set, execute on the background mode.
-r                             : execute on the remote mode. this option is valid on the interaction mode.
-t<timeout>                    : set program end time using <timeout> clocks. this option is valid on the background mode.
-m<memory config file>         : set athrill memory configuration. rom, ram region is configured on your system.

License


Athrill is licensed under the TOPPERS License Agreement (http://www.toppers.jp/en/license.html).

athrill-1's People

Contributors

esm-tmori avatar yu-tanabe avatar mikoto2000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.