Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 517 Bytes

File metadata and controls

11 lines (8 loc) · 517 Bytes

IAS implementation in python

Implementation of the IAS(Princeton) architecture in Python (instruction fetch, decode, and execute).

This program just implements the two basic operations of addition and multiplication on two numbers.

To test the implementation:

  • git clone https://github.com/shrey27tri01/IAS-python.git
  • cd IAS-python
  • pip install -r requirements.txt or pip3 install -r requirements.txt
  • python test.py or python3 test.py