-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b95f61a
commit 81a6572
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |