Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
VLSI/FPGA Design P3: Common Used Hardware Architectures
Rating: 4.2 out of 5(9 ratings)
244 students

VLSI/FPGA Design P3: Common Used Hardware Architectures

A Big Step Towards Complex IP Design
Last updated 3/2025
English

What you'll learn

  • Behavior of SRAM and usage suggestions
  • Handshake interface and synchronous FIFO
  • Pipeline to maximal clock frequency
  • Arbiter
  • Cross clock domain (CDC) and asynchronous FIFO
  • Ping-Pong
  • Pipeline with control (feedback)
  • Pipeline with hazard and forward path
  • Slide window

Course content

10 sections30 lectures10h 29m total length
  • Introduction2:21

    Explore commonly used hardware architectures, including RAM behavior, synchronous FIFO design, pipeline fundamentals to maximize clock frequency, arbiters, CDC and asynchronous FIFO, and select window concepts with exercises.

Requirements

  • Basic knowledge of digital fundamental
  • Basic C or C++ programing language
  • Basic Verilog Language

Description

Please contact SKY (DM or E-mail to siliconthink@126.com) for special offer of $12.99 USD.

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.

Who this course is for:

  • Senior undergraduate students of EE or higher
  • IC design/verification engineers with 0~2 year experience