Digital IC/FPGA Design P3:Common Used Hardware Architectures
- Descrição
- Currículo
- FAQ
- Revisões
In this chapter I will introduce common used hardware architectures, including:
1: Behavior of SRAM and usage suggestions;
2: Handshake interface and synchronous FIFO;
3: Pipeline to maximal clock frequency;
4: Arbiter;
5: Cross clock domain (CDC) and asynchronous FIFO;
6: Ping-Pong;
7: Pipeline with control (feedback);
8: Pipeline with hazard and forward path;
9: Slide window;
These are useful architectures engineer used to deal with complex designs, such as RISC-V CPU core, AI accelerator and so on. To help you mastering them, I will assign a coding exercise after each section.
This is chapter 3 of whole Digital IC and FPGA design course.
In the whole course, I will introduce fundamentals of digital IC and FPGA design, with 12+ coding exercises and 3 course projects.
Theory part: MOS transistor -> logic cells -> arithmetic data path -> Verilog language -> common used HW function blocks and architecture -> STA -> on-chip-bus(APB/AHB-Lite/AXI4) -> low power design -> DFT -> SOC(MCU level).
Function blocks and architecture: FSM, pipeline, arbiter, CDC, sync_fifo, async_fifo, ping-pong, pipeline with control, slide window, pipeline hazard and forward path, systolic.
Project: SHA-256 algorithm with simple interface, SHA-256 with APB/AXI interface, 2D DMA controller with APB/AXI interface.
After explaining of each HW architecture, I will give you a coding exercise, with reference code. Coding difficulty will begin from several lines to fifty lines, more than 100 lines, then around 200 lines. While the final big project will be 1000+ lines.
I suppose these should be essential knowledge and skills you need master to enter this area.
I will try my best to explain what-> how-> why and encourage you to do it better in this course.
Please browse to my homepage on Udemy to obtain information about each chapter of this course.
-
15Phenomenon of Metastable and Goals of CDC CircuitVídeo Aula
-
161bit CDC CircuitVídeo Aula
-
17Multi-Bit CDC CircuitsVídeo Aula
-
18Practice time: Multi-Bit Synchronizer DesignVídeo Aula
-
19Multi-Bit Synchronizer DesignTexto
-
20Reference Design for Multi-Bit SynchronizerVídeo Aula
-
21Async_FIFO DesignVídeo Aula
-
22Verify and Timing Constraint for CDC CircuitVídeo Aula
-
23Practice Time: Async_FIFO DesignTexto
-
24Reference Design for Async_FIFOVídeo Aula
-
25Extra: Why 100% Guarantee of Data IntegrityVídeo Aula