- COM4007 – Identify design, usability and accessibility issues involved in delivering websites: Introduction to Web Authoring Assignment, AU, UK
- Access to HE Diploma Assessment Materials Sourcing and Reading Information (2024-25) : Computing, Assignment, OCN, UK
- Level 5 This unit will develop your knowledge of the importance of leadership and management theories and styles: The Principles of Leadership and Management in Adult Social Care, Assignment, UK
- Unit 4 – Identify indicators of your wellbeing and wellbeing deterioration: Promoting Personal Wellbeing, Assignment, UK
- Level 6 NUR6065 : An exploration of the care and management of a patient with complex health needs- Nursing care: adult, Assignment, BCU, UK
- COM4008: Demonstrate a knowledge and understanding of databases and data management systems- Introduction to Databases, Assignment , AU, UK
- 3CO04 Level 3 CIPD Assignment : June 2024 – Essentials of people practice
- 3CO02 Level 3 CIPD Assignment : June 2024 – Principles of analytics
- 5013FTE Internal Combustion Engine Simulation Report: Vehicle Systems and Development, Assignment, CU, UK
- BTEC Level 3 Unit 1: Information Technology Systems – Strategy, Management and Infrastructure, Internal Set Assignment, UK
- Describe and discuss historical, ethical, and wider issues within psychology: Psychology Assignment,UK
- CILT(UK) Level 3 Unit 1 Business Operations along the Supply Chain (BOSC), Assignment, UK
- NVQ Level 3 Explain the duties and responsibilities of own work role : Health And Social Care, Assignment, UK
- Analyse the current impact of interest rates, inflation and one other external factor on your organisation : Organization Culture and behavior, Assignment, UK
- Self Study Managing Groups in Adult Care, Assignment 1, UK
- Unit 1 – Health and Community, Assignment, UK
- Unit 34: Evaluate the achievement of person-centred outcomes to identify where improvements could be made : Manage Quality in Care Settings, Assignment, UK
- Engineering Design (EDE), Tutor Marked Assignment 1, TU, UK
- T319 Environmental Management, Tutor-marked assignment 01, OU, UK
- BTEC Unit 19 Electrical and Electronic Principles : Analysis of Circuits with Constant Voltages and Currents HNC Level 4 , Assignment 1, UK
CE869: Your task for this assignment is to implement a 16 bit CPU To make the assignment feasible within the time frame: High Level Logic Design Assignment, UOE, UK
University | university of Essex (UOE) |
Subject | CE869: High Level Logic Design |
Your task for this assignment is to implement a 16 bit CPU. To make the assignment feasible within the time frame available for this module, the type of CPU will be fairly simple. In particular, the “program sequencing/control flow instruction” datapath can be modeled after the one on the left of Figure 1, while the “arithmetic/logic instruction” datapath can follow a structure like the one on the right in the same figure. Please notice that when RAE and/or RBE is low, the corresponding output(s) will simply match the input “I” to the register file. The opcodes for the instructions that the CPU is required to implement are given in Table 1. You are also required to implement a decode unit in the control unit to interpret the ‘Effects’ and control signals from the output of each instruction.
Figure 1: The figure shows the “program sequencing/control flow instruction” datapath and the “arithmetic/logic instruction” datapath (right).
To test your CPU, you will design the main entity that instantiates the CPU and connects it to the Basys3 peripherals. The sixteen switches of the Basys3 board will represent the input to the CPU while its output will be shown as a hexadecimal number in the four digits of the 7-segment display. The central button will be used as a reset signal to the CPU.
To test the CPU you will be asked to code two programs in the assembly and machine languages of the CPU, implementing the following tasks
- Given a nonzero number N as input, output the sum of the natural numbers less than N;
- Given a number N as input, output “N div 11” (i.e. the integer quotient of the division between N and 11, “TRUNC(N/11)”);
These design specifications should be interpreted as guidelines and should not constrain you from improving the CPU by doing modifications that you think would result in a better “product”. The test programs above, though, should be implemented using only the instructions in Table 1. You are welcome to implement more elaborated programs to test the capabilities and the limitations of the CPU.
Do You Need Assignment of This Question