Skip to content

Commit

Permalink
added numering in the theory
Browse files Browse the repository at this point in the history
  • Loading branch information
sravanthimodepu committed Aug 27, 2021
1 parent b95f61a commit 81a6572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions experiment/theory.md
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit 81a6572

Please sign in to comment.