diff --git a/README.md b/README.md index 0dbe597..41321ea 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 @@ -13,19 +13,19 @@ Team - Akshat Goel | Aman Bilaiya | Bolu Sathwik Reddy | Rohit Tuli | Ujjwal 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