diff --git a/experiment/theory.md b/experiment/theory.md index 2d99523..1738342 100644 --- a/experiment/theory.md +++ b/experiment/theory.md @@ -1,4 +1,4 @@ -- In Single Cycle CPU design approach each instruction takes exactly one clock cycle to execute. -- In Multicycle CPU each instruction multiple clock cycles to execute. -- In Pipelined approach instruction execution takes place in a overlapped fashion. -- The instructions supported by the Single Cycle cpu in our experiment and how to microcode new instructions are all given as a part of the experiment itself. \ No newline at end of file +1 In Single Cycle CPU design approach each instruction takes exactly one clock cycle to execute. +2 In Multicycle CPU each instruction multiple clock cycles to execute. +3 In Pipelined approach instruction execution takes place in a overlapped fashion. +4 The instructions supported by the Single Cycle cpu in our experiment and how to microcode new instructions are all given as a part of the experiment itself. \ No newline at end of file