Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

following

Step-by-Step Instructions for the Capstone

1. Processor Design (November 7 – November 14)

1.
Define the Instruction Set Architecture (ISA):

· Choose a small set of RISC-style instructions (e.g., LOAD, STORE, ADD, SUB, BRANCH).

· Define formats for each instruction, specifying opcodes, operands, and encoding.

1.
Design Pipeline Stages:

· Divide the processor into five pipeline stages: Fetch (IF), Decode (ID), Execute (EX), Memory (MEM), Write-back (WB).

· Outline the function of each stage and any data it passes to the next stage.

1.
Implement Pipeline Control Logic:

· Design control signals for managing each pipeline stage.

· Add hazard detection and resolution logic for
data hazards (using techniques like forwarding and stalls) and
control hazards (such as branch prediction).

1.
Document: Create initial documentation outlining the processor architecture, pipeline stages, and hazard handling approach for inclusion in the final report.

2. Memory Hierarchy and Cache Design (November 14 – November 21)

1.
Design Main Memory:

· Set up a simple main memory model (e.g., 1KB memory), with addresses for instructions and data.

1.
Implement a Direct-Mapped Cache:

· Design a cache with specifications like:

·
Cache Size: 64 words

·
Block Size: 4 words

·
Direct Mapping: Use (Memory Address) % Number of Cache Lines to map memory blocks to cache lines.

1.
Develop Cache Access Logic:

· Write logic to check if requested data is in the cache (hit) or not (miss).

· On a miss, load a block of data from main memory to cache, simulating the miss penalty.

1.
Test Cache Configuration:

· Write small test programs to evaluate cache behavior (e.g., repetitive memory access patterns).

· Record cache hit/miss rates under different conditions.

1.
Document: Summarize cache architecture, mapping approach, and preliminary performance findings for inclusion in the report.

3. I/O Subsystem and Simulation Setup (November 21 – November 28)

1.
Design the I/O Subsystem:

· Use memory-mapped addresses for input/output devices (e.g., 0xFC for input, 0xFD for output).

· Decide on a
polling or
interrupt-driven method to handle I/O (interrupts are optional for this project).

1.
Integrate I/O Logic with the Processor:

· Write code to handle input from or output to the I/O device, depending on the memory address accessed.

· If using polling, ensure the CPU continuously checks I/O device status at set intervals.

1.
Set Up the Simulation Environment:

· Choose a simulation tool like
Logisim or
Verilog. Create and test each component separately (e.g., pipeline stages, memory, cache, I/O) and integrate them progressively.

1.
Simulate with Sample Programs:

· Develop sample programs in assembly language to test each functionality: pipeline execution, memory access, and I/O operations.

· Verify that the pipelined processor, cache, and I/O handle instructions as expected.

1.
Document: Record details about the I/O subsystem, simulation setup, and initial test results.

4. Performance Analysis (November 28 – December 1)

1.
Measure CPI (Cycles Per Instruction):

· Run test programs with and without pipelining to calculate the CPI.

· Use formulas like: CPI=Base CPI+(Stall Penalty×%Stalls)+(Branch Penalty×%Branches)

1.
Analyze Cache Performance:

· Measure cache hit and miss rates by running memory-intensive programs.

· Calculate
Average Memory Access Time (AMAT): AMAT=(Hit Rate×Cache Access Time)+(Miss Rate×Miss Penalty)

1.
Evaluate I/O Performance:

· Record CPU utilization with polling (and interrupts if implemented) to analyze the I/O system’s impact on performance.

1.
Compile Data:

· Organize data into tables or graphs for easy comparison.

· Prepare an analysis of results for CPI, cache performance, and I/O efficiency.

1.
Document: Complete the performance section of the report, summarizing results and insights on the system’s efficiency.

4. Final Report and Presentation (December 1 – December 3)

1.
Finalize the Processor Design Report:

· Complete all sections: architecture, pipeline stages, cache design, I/O subsystem, and performance analysis.

· Ensure clarity and thorough explanations, including diagrams and graphs.

1.
Prepare Simulation Code for Submission:

· Confirm that all simulation files (Logisim or HDL files) and test programs are correctly organized and functional.

· Include instructions for running the simulations.

1.
Develop a Presentation:

· Create a concise, 10-15 minute presentation that highlights the design, simulation results, and performance analysis.

· Use diagrams for each pipeline stage, cache structure, and memory hierarchy.

· Include graphs and tables of CPI, cache hit rates, and I/O impact for visual impact.

1.
Rehearse the Presentation:

· Practice explaining the project flow, design choices, and key findings to ensure a clear, confident delivery.

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

computering part 7

The goal of this project is to integrate your various components into polished, professional products. Follow the instructions below to ensure a successful submission: Apply Feedback: Review and incorporate all feedback received from previous submissions (Parts 2-6). Enhance and Improve: Refine any of the three required items (cover letter with

Discussion and Replies

Please see attachment for instructions     Discussion   In 250 words total, answer the questions below with 4 evidence base scholarly articles. APA format. Based on the readings this week, 1. Discuss some common strategies and pitfalls you have seen with business continuity. 2. Discuss some common strategies and

sociology

The goal of this project is to integrate your various components into polished, professional products. Follow the instructions below to ensure a successful submission: Apply Feedback: Review and incorporate all feedback received from previous submissions (Parts 2-6). Enhance and Improve: Refine any of the three required items (cover letter with

Python

  Instructions Create a simple Python application (Save as w5_firstname_lastname.py) . Create a Python script that takes two parameters to do the following:- 1) List all files names, size, date created in the given folder 2) Parameter1 = Root Folder name Parameter2= File size >>> to filter file size (

Python

  Instructions:  Describe methods for securing Python code. Pick at least ONE of the methods for securing node and deep dive into what it means and how it is used to secure code.   

Discussion 8 of 459

Follow the attach instruction to complete the work. 1. What is one specific technology you found the most intriguing throughout the course? 2. If you were to be a hacker, which building block vector would you choose to attack your selected technology and why?

WK 4 Discussion and Replies

Please see attachment for instructions     Discussion   In 250 words total, answer the questions below with 4 evidence base scholarly articles. APA format. Discussion on access control and physical security. These areas found to be one or more points of weakness in audit 1. Discuss some common points of

Node.js

  Instructions Create a simple Node.js server (Save as w4_firstname_lastname.js) . Create a restful application similar to the one in lesson 4 (ReSTFul Web Services). Document the routing table, and the application you created. Submit your week 4 work in w4_firstname_lastname.txt (Please save the file as a text file and

Computer Science- Python Gurobi assignment

I need the output following these steps: Put all of these files into the same folder, Open the python file, If there is any error, check if any file is missing, It has 105 counties and 4 districts, so it will take a while to finish running. I need it

Research Project

Please follow the instructions attached below:  I have choose the topic from the list is:   PROJECT TITLE Firm RTOS – Balancing Real-Time Performance and Flexibility Please check the abstract from my file and write the research project. 

provide me java based interview question.

Core Java Interview Questions (Basic Level) 1. What is Java? Java is a high-level, object-oriented, platform-independent programming language developed by Sun Microsystems. 2. What are the features of Java?  Object-Oriented  Platform Independent (via JVM)  Secure and Robust  Multithreaded  Architecture Neutral  High Performance (via JIT

Dynamons world Mod APK

 What are the best tips for playing RPG games like Dynamons World? I recently found a great resource at that offers a lot of insights and even MOD APKs for Dynamons World, but I’d love to hear personal strategies and gameplay advice from the community too! ???????? 

459 w7

Follow the attach instructions to complete this work. Questions: 1. What is Generative AI and how is it similar/different to Traditional AI? 2. Do you believe that work created by Generative AI (e.g. ChatGPT) is comparable in quality to human created content?  What challenges and opportunities  does Generative AI pose

Computer Science WK3 Assignment

Please see attachment for instructions ISSC680 Week 3 Homework Assignment Instructions: Please provide a one-page response to the following topic utilizing supporting documentation obtained from the attach books and the Internet. APA format and reference. Topic: Differentiate between the different types of cryptographic algorithms.

Discussion and Replies

Please see attachment for instructions     Discussion   In 250 words total, answer the questions below with 4 evidence base scholarly articles. APA format. Based on this weeks readings, 1. Discuss some effective strategies for Security Awareness in your organization or 2. What you would like to see implemented