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

The Equifax Data Breach

Briefly explain what the Equifax data breach was, why it happened, and why it was important. You should mention that Equifax failed to protect personal data, discuss the ethical and security issues involved, and explain what companies can learn from the incident. Please see attached documents. 

Reflection on Big Data and AI

please see attached DAT 260 Module Five Journal Guidelines and Rubric Overview In this journal assignment, you will reflect on key concepts covered in this module. This assignment directly supports your work in Project Two, which is due in Module Seven. Directions In a well-crafted journal entry, address the following:

Disaster Recovery

  Questions: Research the network and server outage problems experienced during a previous man-made or natural disaster and answer the following questions: What parts of the infrastructure was impacted? How were the networks recovered? How redundancy could have mitigated the impact of the disaster?

Network Design and Plan Purpose

Please review attachment Mod 4 Project: Network Design and Plan Purpose In this module, we will introduce a course design project that will be completed in four parts during the course. This project provides you an opportunity to solve a comprehensive problem in firewall and virtual private network (VPN) implementation

Memecoins & Stablecoins Development

Please take a look at the attachment. Lab #3: Blockchain-Based Ecosystems: Memecoins & Stablecoins Development, Attack Simulation, and Auditing Lastname: ______________ First name:____________Date_______ TA_Prove_ Yes/No 1. Overview This lab guides students through designing, implementing, deploying, testing, and auditing a simple memecoin (ERC‑20) and a minimal ecosystem around it (liquidity pool,

Blockchain Presentation

presentation about a blockchain Term Project CIS 5730- Blockchain Application Project Guideline Part ii–Presentation Along with the project you will present what you did to the class in a short presentation. If you want, you can demonstrate the project, or just present an overview of what you did. Presentations should

Network Threats

  Questions: Below is a list of common network attacks: Distributed Denial of Service (DDoS) DNS poisoning ARP poisoning Domain hijacking MAC flooding MAC cloning Man-in-the-Middle Explain two of these network attacks and discuss methods/techniques for protecting the network against them.

Best Practices for Role-Based Privilege Management in Databases

  Research the best practices for managing and securing role-based privileges in databases and address the following questions in your discussion post:  What are the key challenges in managing role-based privileges, and how do they impact database security? Can you provide a real-world scenario where poor role-based privilege management led

Computer Science Cloud Computing assignment

Please see attachment for details 4 [ Note: To complete this template, replace the bracketed text with your own content. Remove this note before you submit your paper.] Cloud Computing Evaluation Paper 1 Cloud Computing [Differentiate between cloud computing models and their uses. What are the different types of deployment

Computer Science- Python Python Programming Assignment

Computer Science Python Programming Lab assignment help. Design a Python program that calculates a credit card customer’s minimum payment based on their balance. Please use If Else and elif statements in your code. You must add comments in your code. Please round the minimum payment to two decimal places using

Blockchain Application

I need help with my coursework project. Let me know if you need any help from me.  Lab 2: Blockchain-Based Academic Credentials Lab Lastname: ______________ Firstname:________________ 1. Overview AETHELRED UNIVERSITY Registrar’s Office wants to start issuing a digital transcripts and diploma for graduating students. You are called to build the

LOREM, IPSUM

The ability to develop a risk register is a skill needed by all cybersecurity leaders when assessing cybersecurity risks. A risk register provides a detailed listing of known risks as well as quantitative or qualitative assessments of those risks, resulting in the prioritization of action.

Virtual LANs

  Questions: A VLAN allows different devices to be connected virtually to each other as if they were in a LAN sharing a single broadcast domain. 1. Why a network engineer would want to deploy VLANs? 2. How do VLANs improve network security?

compliance and rules to follow in cybersecurity.

Follow the attached instructions to complete this work. Note: Make sure to follows rubric or aligns with Rubric. Unit 8 Assignment Directions: Case Study Review the following hypothetical case study. Consider the big-picture ideas and the specific concerns. Make use of the key terms and concepts from the readings in

Discussion on data ( computer science)

Follow the attached direction to complete this work Unit 7 Discussion   Overview Consider this scenario: PQR Corporation provides facial recognition technology to customers. Its products include customer access to consumer electronics as well as mass surveillance capabilities through networked camera systems. While operating legally, PQR has maintained a low