Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Bilaiya authored Jun 24, 2020
1 parent 62276c4 commit 6032807
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ CS204 Project Under guidance of T.V. Kalyan Sir

Team - Akshat Goel | Aman Bilaiya | Bolu Sathwik Reddy | Rohit Tuli | Ujjwal Yadav

- HOW TO RUN:-
- HOW TO RUN :-

On the terminal:-
python3 MAIN.py
On the GUI:-
python3 simulator_front_end.py

- Phase 1:-
- Phase 1 :-
- Assembly code to machine code conversion

- Phase 2:-
- Phase 2 :-
- Implemented data path and control paths to run the Instructions.
- Implemented all stages i.e. Fetch, Execute, Decode, Memory, Writeback
- Implemented inter state buffers, memory unit and register files for the same

- Phase 3:-
- Phase 3 :-
- Implemented pipeline structure with and without data forwarding
- Implemented -bit predictor for branch instructions

- Functionality to switch between modes
- Functionality to switch between modes :-
- Non- pipelined
- Pipelined with stalls
- Pipelined with Data forwarding
Expand Down

0 comments on commit 6032807

Please sign in to comment.