- Computing Engineering and Science Assessment Brief
- Assignment Brief – Level 3 Diploma in Health and Social Care 2024
- UNIT 45 IOT L5 BTEC HND Assignment Brief Sep 2024
- Computing Assignment 2024
- Developmental Psychology Assignment 2024
- Artificial Intelligence Assignment 2024
- Management and Organisation Assignment 2024
- Health and Social Care Assignment 2024
- NVQ Level 5 Unit 510: Understand how to make effective and positive decisions: Decision Making In Adult Care, Assignment, UK
- CIPD Level 7 7CO01 : June 2024 – Assess the trend towards greater globalisation of international business activity: Work and working lives in a changing business environment, Assignment, UK
- Level 6 NVQ : Describe the nature and role of a positive health and safety culture within the organisation: Diploma in Occupational Health and Safety Practice, Assignment, UK
- Review relevant organizational behaviour theories, such as conflict resolution strategies, leadership styles, and team dynamics: People and organisations, Assignment, UK
- 3CO02: Explain what evidence-based practice is and how it might be applied within an organisation : Principles of analytics CIPD Level 3, Assignment, UK
- Wind tunnel testing plays an important role in the design of aircraft. It provides a check on the accuracy of the initial design: Aerospace Engineering, Coursework, UOL, UK
- Select and apply appropriate computational and analytical techniques to model complex problems, recognising the limitations of the techniques employed :AHEP- Assignment 1 , UK
- Cipd level 5 5HR01 Assignment 3 June 2024 : Employment relationship management, UK
- Pearson BTEC Level 3 Unit 6: Website Development : Website evaluation, Assignment, UK
- BTEC Unit 20: Explain, analyze, optimize, and enhance the operation of a simple combinational logic circuit with three (03) fail-safe sensors and one (01) emergency shutdown switch- Digital Principles Assignment 1, UK
- Complete a report to compare three academic sources to identify levels of relevance and application: Health wellbeing and social care, Assignment, UK
- Fluid Power Diagrams – Applications Of Pneumatics And Hydraulics, Tutor Marked Assignment 2, TU, 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