Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 630 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 630 Bytes

ECE2162_project

  1. The code is written in python, and we test them on Windows via VSCode;
  2. The source code is in "src" folder, and the main file is named by "main.py", and input document is named by "TestCase#.txt", which is placed in "input" folder.
  3. To execute the code, git clone this repo, and run the main function in the main file.
  4. The output of the program will be displayed on the terminal screen, and includes instruction cycle count, ARF, memory value, and it will also display the detail logging of each cycle.