数字设计In preparation
RTL Design: Datapaths & Pipelines
Build a small computing system by connecting arithmetic and control, then explore pipelined execution.
DatapathsPipelinesControl
你将学到什么
- Separate the datapath from control state
- Design data transfers and wait conditions
- Compare pipeline latency and throughput
- Check a system with buffers and boundary conditions
建议先修课程
RTL Design Fundamentals ↗课程大纲
- Arithmetic and datapaths
- State machines and control
- Pipeline stages and data transfer
- Buffers, throughput and boundary conditions