Computer Architecture · All levels

Recommended Reading Path

Suggested order through the Architecture course for students, practitioners, and interview prep.

Path A — CPU and memory first

  1. pipeline-fundamentals

  2. memory-hierarchy

  3. performance-analysis

  4. coherency-ordering

  5. soc-architecture-tradeoffs

Path B — SoC and system first

  1. noc-interconnect

  2. coherency-ordering

  3. accelerator-architectures

  4. soc-architecture-tradeoffs

  5. performance-analysis

Related topics

Architecture deep dive

Computer architecture decisions must be tied to workload metrics and silicon constraints.

Concept diagram

diagram
ARCHITECTURE DECISION LOOP

workload  metric  bottleneck mechanism  experiment  design option  validation

Metric graph

diagram
METRIC TREND

bad run  ██████████
base     ██████████████
target   ████████████████████

Metrics and artifacts

  • IPC/CPI

  • latency

  • bandwidth

  • power

  • area

  • verification risk

Mini case study

A senior architecture review converts a vague performance issue into a metric, a mechanism, an experiment, and a bounded design choice.

Debug branches

  • If the metric is not workload-specific, do not accept the conclusion.

  • If the fix has no PPA and verification statement, the review is incomplete.

Senior review question

Ask: what single metric would prove this concept is working or failing on your workload?

Key takeaways

  • Connect every architecture claim to a workload and measurable metric.

  • State verification and PPA impact before proposing design changes.

Common pitfalls

  • Feature-driven design without MPKI/IPC/bandwidth evidence.

  • Ignoring coherency and NoC traffic in cache and accelerator sizing.