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

PhD thesis

I need a comprehensive PhD thesis developed on the topic of “Emotion-Aware Artificial Intelligence and Sustainable Consumer Behavior: A Neuro-AI Marketing Framework for Continuous Green Consumption.”

Co project

· Comprehensive Literature Review: Require a more comprehensive survey of existing approaches. · Comparative Study: Expect more detailed benchmarking of at least 8 to 10 machine learning models. · Additional Experiments: · Conduct feature selection or dimensionality reduction as an extra step. · Explore ensemble methods or advanced techniques beyond

AI

Did AI take place the Software Engineers, HR consultants and Data Entry Jobs?

Data visualization 4 part 2

Follow the attached instructions to complete this work. Unit 4 Assignment Directions: Time Series In this assignment, you will perform a time series analysis in Tableau. · Choose a dataset to analyze based on the requirements provided.   · Once you’ve selected your time series, build a forecast to predict future

Computer Science CG Assignment 8 presentation

Follow the attach instruction to complete this work. Note: Make sure it aligns with Rubric Unit 8 Assignment 2 Directions: Final Presentation Purpose With this presentation, you will gain valuable experience demonstrating your expertise in cybersecurity governance by presenting as a CISO to a hypothetical professional audience.  Directions Begin by incorporating

Computer Science CG assignment 8

Follow the attached assignment to complete the work. Note: Follow Rubric Unit 8 Assignment 1 Directions: Presentation Rehearsal Purpose The rehearsal is your first run-through of your talk. Use the opportunity to de-bug any technical issues with lighting, positioning, and recording. You will not be graded on technical or artistic

Computer Science CG assignment 7 Outline

 Follow the attached document to complete this work Unit 7 Assignment 1 Directions: Professional Presentation Outline Purpose This assignment allows you time to review your research from previous units and organize your thoughts in an outline format. Plan on changing your paper and presentation based on feedback on this outline.  Directions

Computer Science CG assignment 6 ,

Follow the attached direction to complete this work. Note: Make sure it Aligns with Rubric Unit 6 Assignment 2 Directions: Timothy Brown vs. the SEC Purpose The Securities and Exchanges Commission (SEC) is a key US federal agency that regulates financial reporting. In this paper, you will explore how the

Microsoft 365Tenant to Tenant Migration Solution

A smooth tenant-to-tenant migration requires more than just moving mailboxes—it demands precision, security, and planning. With the MailsDaddy Cross-Tenant Migration Service, IT teams can execute a flawless cross-tenant mailbox migration that covers emails, attachments, calendars, contacts, and OneDrive data. It’s built for businesses of every size, ensuring the entire Office

CO Data 3

DECISION TREES for Risk Assessment One of the great advantages of decision trees is their  interpretability. The rules learnt for classification are easy for a person to follow, unlike the opaque “black box” of many other methods, such as neural networks. We demonstrate the utility of this using a  German

Computer Science Homework 1

MMIS 671 Homework 1. Constrained Optimization Problems A company produces 3 types of cables: A, B, and C. In-house production costs per foot of cables A, B, and C are $6, $8, and $10, respectively. The production process requires 5 resources: Drawing, Annealing, Stranding, Extrusion, and Assembly. For each resource,

MIMT

  Task 2.4 — Executing the Payload After decrypting and executing the transferred file, it generates a unique hash tied to your GTID. What’s the hash?

data Discussion 3

Follow the attached instructions to complete this. use the   CRM Sale Dashboard. Unit 3 Discussion: Deconstruction of an Advanced Dashboard: Trends and Improvements   Discussion Prompts · Does the dashboard designer use any of the trends that are described in Milligan’s Chapter 9? · If they did use those

Assign 4 of CG

Follow the attach instructions to complete this work. Make sure it alligns with rubric. Guidance to follow I encourage you to build your project format following the requirements established in each project’s final step. I am going to give you the key to success. I am a fan of headings/subheadings