Skip to content

devanshdalal/Logisim-CPU-processor

Repository files navigation

CPU-Processor-Simulator

Logo

=================

A Simple 5-stage CPU pipeline simulator using Logisim.

Installation

Just type the command

java -jar logisim-generic-2.7.1.jar

It will start the Logisim Simulator and then open the project files to run them

Usage

To run the programs first convert their instructions in integers and then load the programs so obtained in the processor and then run the simulator. The output of the program can be checked by seeing the value of individual registers after the execution finishes.

There are some custum programs already present in the project directory.

Factorial recursive program
Ramanujam number

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Devansh Dalal

Aashish Goyal

Screenshots

About

A Simple 5-stage CPU pipeline simulator using Logisim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published