Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 445 Bytes

File metadata and controls

10 lines (4 loc) · 445 Bytes

For a specified ISA create a

Disassembler :- This module will create a Input code by reading the memory image from the memory image file (.mem file in this project)

Emulator :- This module will emulate the execution of the Disassembled program from the module 1 and genrate the desired output.

Simulator :- This module will simulate the behaviour of the 5 stage pipeline and display the perofmance statistics for the given input program.