Embedded Design Handbook

ID 683689
Date 8/28/2023
Public
Document Table of Contents

3.6.4.1. Analyzing System Requirements

The development flow begins with predesign activity which includes an analysis of the application requirements, such as the following questions:

  • What computational performance does the application require?
  • How much bandwidth or throughput does the application require?
  • What types of interfaces does the application require?
  • Does the application require multithreaded software?

Based on the answers to these questions, you can determine the concrete system requirements, such as:

  • Which Nios® II processor core to use: smaller or faster.
  • What components the design requires and how many of each kind.
  • Which real-time operating system (RTOS) to use, if any.
  • Where hardware acceleration logic can dramatically improve system performance. For example:
    • Could adding a DMA component eliminate wasted processor cycles copying data?
    • Could a custom instruction replace the critical loop of a DSP algorithm?

Analyzing these topics involve both the hardware and software point of view.