Skip to content

Advanced Microcontroller Design and System-on-Chip

Course Overview

  • Institution: Cornell University
  • Course code: ECE 5760
  • Track: FPGA and System-on-Chip Design
  • Tier: A
  • Role: Alternative
  • Level: Not standardized by provider (use prerequisites)
  • Last reviewed: 2026-07-28

Cornell University's Advanced Microcontroller Design and System-on-Chip develops microcontroller and SoC implementation through a rich project archive, with the 2017 work tied to the DE1-SoC and Cyclone V platform.

Why choose this course

Alternative course. A reliable option that can serve as a main course or strong alternative.

Before you start

  • Recommended foundation: Digital Logic and Computation Structures
  • Recommended foundation: Computer Architecture

Verifiable learning outcomes

  • Explain the core models in FPGA and System-on-Chip Design, including their assumptions and limits
  • Complete a reproducible experiment or implementation with raw data, parameters, versions, and verification

Workload and pacing

10 weeks at 8 hours/week. This maintainer planning estimate is derived from course role and the density of public practice and labs; it is not a provider workload promise. Pilot two weeks while logging instruction, practice, lab, and review time, then adjust the remaining plan when actual effort differs by more than 25%.

Safety level

Low energy. Keep work isolated, current-limited, and low energy; verify ratings, grounding, short-circuit risk, and emergency shutdown before power-up.

Course Resources

Software, hardware, and cost

Software

  • Maintainer-suggested open-source/free verification path: Yosys, nextpnr, Verilator, and GTKWave; install a provider-specified vendor toolchain only when the target device requires it and verify its license
  • The resource inventory lists public code coverage; pin interpreter, dependencies, toolchain, datasets, and PDK versions where applicable

Hardware

  • The resource inventory lists lab coverage; prefer borrowing or sharing the following equipment: a course-supported FPGA development board, USB/JTAG programmer, and logic analyzer. Verify ratings, authorization, and safety conditions only after the provider lab manual explicitly calls for them

Cost note

The suggested software stack is available open source or free; this is not a provider requirement or bill of materials. The actual boards, components, fabrication, and instruments—and their costs—depend on the provider lab manual, region, and local availability; prefer simulation, borrowing, or sharing before purchase.

Public resource coverage

Resource type Completeness
Video No public material
Notes Complete
Practice No public material
Labs Complete
Exams No public material
Code Complete

Resources and access

Resource Access License Status Verified
Course home Open access Provider-specific terms; verify before reuse Listed by official page 2026-07-28
Verilog, Linux, Qsys Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Verilog generate & Mandelbrot set Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Diffusion limited aggregation in Verilog Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
NoisII software Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
2D wave equation and Verilog gen block Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Introduction to FPGA and Verilog Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Lab 1 background Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Digital filtering and lab 3 intro Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Lab 2 Audio Filtering Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Lecture Notes and Handouts Open access Provider-specific terms; verify before reuse Listed by official page 2026-07-28
Final Project Open access Provider-specific terms; verify before reuse Listed by official page 2026-07-28
Final project discussion (cyclone 5, lecture 25) Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Final project discussion (cyclone 2, lecture 18) Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Falling sand automaton on FPGA Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
FPGA rock/paper/scissors Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Hardware ODE solver and ARM9 controller Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Mandelbrot FFT color animation and zoom Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Augmented Reality Ball Game Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
Bruce in a Box Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
LED 64×64 matrix audio visualizer Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28
EBAB, video, audio Open access Creator copyright under YouTube Terms of Service Listed by official page 2026-07-28

“Listed by official page” means the link was discovered on a successfully fetched official source on the verification date; it does not guarantee that every region or account can open the target directly. Access does not grant redistribution rights. Re-check the provider page, target link, and third-party notices before downloading, adapting, or publishing material.

Practice and Verification

Practice loop

Advanced Microcontroller Design and System-on-Chip · Cornell University ECE 5760: Synthesizable Streaming SoC Subsystem

This is a maintainer-suggested self-study project for Advanced Microcontroller Design and System-on-Chip · Cornell University ECE 5760, not an official course assignment. Implement a synthesizable subsystem for FPGA and System-on-Chip Design with register, DMA or streaming, and interrupt interfaces; close simulation and timing before an optional low-voltage development-board demo.

Origin: Maintainer-suggested project

Deliverables

  • A specification for registers, bus or stream interfaces, clocks, resets, and performance targets
  • RTL, driver or firmware, reference model, assertions, and randomized testbench source files
  • Logs, waveforms, coverage, utilization, and timing reports for at least 10,000 transactions
  • A hardware-software co-design report covering throughput, latency, CDC risk, and one corrected defect

Verification

  • Match the reference model bit-for-bit in randomized regression with zero unwaived protocol or CDC errors
  • Cover transactions during reset, maximum bursts, sustained backpressure, counter wrap, and illegal register access
  • Meet the predeclared post-synthesis clock constraint with worst slack at or above 0 ns
  • Inject an interrupt-loss or clock-domain-crossing defect and show that assertions or tests catch it reliably

Reproducibility

  • Commit RTL, firmware, constraints, tests, optional board pin files, and a README
  • Pin simulation, synthesis, and SDK versions, device part, seeds, and a one-command regression
  • Preserve raw regression, synthesis, timing, and optional board-console logs

Safety boundary: Low energy — Limit board demos to compliant low-voltage development boards with current-limited USB power; verify I/O ratings, levels, and pins and wire with power removed. No mains, high-current loads, or mechanisms.

Risks, gaps, and boundaries

The rich 2017 project archive is tied to the DE1-SoC and Cyclone V platform.

Completion evidence

  • Weekly learning log with time, questions, corrected errors, decisions, next steps, and links to that week's reproducible artifacts
  • Design-review package with requirements and constraints, trade-offs, editable sources, applicable ERC/DRC/timing/stability checks, exports, and a reproduction test
  • Code repository with pinned dependencies and toolchain, a minimal run command, tests or waveform/benchmark checks, expected output, and license notes
  • Simulation package with model or netlist, inputs, solver and version, parameter-sweep script, benchmark comparison, expected results, and one rerun command
  • Experiment package with schematic/setup, calibration record, raw data, uncertainty, safety checks, failed runs, and steps to rebuild plots from raw data