Skip to content

IIIT Processor Design Simulator. Coded Anew. With GUI in Qt.

License

Notifications You must be signed in to change notification settings

ParthKolekar/iiit-processor-sim

 
 

Repository files navigation

iiit-processor-sim

Old People. New Challenge. mov pc,lr

Structural Layout of Program

.h
class declaration of module.

.cpp class defination of every module. Must include processor.h must include .h

Naming Conventions

Every Module Contains Content. Make accessor, mutator in each.

Each module contains global function defination & declaration of the Module's control signals. All externs are allocated memory in main.cpp globally.

Externs are .... Externs...

Do not forget to update all files.

Build Badges

Build Status Bitdeli Badge

About

IIIT Processor Design Simulator. Coded Anew. With GUI in Qt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Makefile 1.2%
  • C 0.3%