A working computer
Y86 CPU features
March 30, 2020 Patrice Belleville / Geoffrey Tien 1
A working computer Y86 CPU features March 30, 2020 Patrice - - PowerPoint PPT Presentation
A working computer Y86 CPU features March 30, 2020 Patrice Belleville / Geoffrey Tien 1 A working computer Von Neumann architecture: Memory (contains program code and data) CPU (central processing unit) Input/output Arithmetic &
March 30, 2020 Patrice Belleville / Geoffrey Tien 1
March 30, 2020 Patrice Belleville / Geoffrey Tien 2
Memory (contains program code and data) CPU (central processing unit) Control unit Arithmetic & logic unit Input/output
March 30, 2020 Patrice Belleville / Geoffrey Tien 3
March 30, 2020 Patrice Belleville / Geoffrey Tien 4
March 30, 2020 Patrice Belleville / Geoffrey Tien 5
𝑡𝑓𝑚 Function 𝑡𝑓𝑚 Function 0 0 0 𝑠𝑓𝑡 ← 𝐵 + 𝑑_𝑗𝑜 1 0 0 𝑠𝑓𝑡 ← 0…0 & 𝑑_𝑗𝑜 (𝑜 bits) 0 0 1 𝑠𝑓𝑡 ← 𝐵 + 𝐶 + 𝑑_𝑗𝑜 1 0 1 𝑠𝑓𝑡 ← 𝐶 + 𝑑_𝑗𝑜 0 1 0 𝑠𝑓𝑡 ← 𝐵 + ~𝐶 + 𝑑_𝑗𝑜 1 1 0 𝑠𝑓𝑡 ← ~𝐶 + 𝑑_𝑗𝑜 0 1 1 𝑠𝑓𝑡 ← 𝐵 and 𝐶 1 1 1 𝑠𝑓𝑡 ← 𝐵 or 𝐶 Exercise: Try to design this! Find common things that happen for specific select bits
– not quite true, but this is how it appears to the user
March 30, 2020 Patrice Belleville / Geoffrey Tien 6
March 30, 2020 Patrice Belleville / Geoffrey Tien 7
March 30, 2020 Patrice Belleville / Geoffrey Tien 8
March 30, 2020 Patrice Belleville / Geoffrey Tien 9
March 30, 2020 Patrice Belleville / Geoffrey Tien 10
retrieved from memory to assemble the complete instruction
various multiplexers in the CPU
March 30, 2020 Patrice Belleville / Geoffrey Tien 11