Introduction to FPGA Internal Resources: Clock Processing Unit

The third installment of the basic knowledge of FPGA internal resources is here! Today we will discuss the FPGA clock processing unit module. The clock is the soul of logic, so the clock signal is very important, take note!!Look me~ 1. PLL PLL, the full English name is Phase Locked Loop, which translates to Chinese … Read more

Why FPGAs Are Faster Than CPUs and GPUs

Source: Content from the public account ZYNQ, thank you! Both CPUs and GPUs belong to the von Neumann architecture, which involves instruction decoding and execution with shared memory. The reason FPGAs are faster than CPUs and GPUs is fundamentally due to their architecture, which lacks instructions and shared memory. In the von Neumann structure, since … Read more

Exploring FPGA and eFPGA Technologies

FPGA has become a strategic technology, regarded as the “poor man’s ASIC”, capable of providing customized ICs for a limited number of applications. At the same time, it has gained strategic importance in the following two large and high-growth applications: Cloud Data Centers: Networking, storage, and security; Communication Systems: Base stations and 5G, etc. In … Read more

Learn FPGA From Scratch: Understanding Hardware Programming Ideas

1. Why Change the Approach to Learning FPGA? Hello everyone, I am Du Yong, a senior FPGA digital signal processing algorithm engineer, a university teacher, and a content creator. In my spare time, I enjoy watching sports, movies, listening to music, reading, and jogging. I feel that a happy life is one where I can … Read more

How to Become a Top FPGA Engineer?

Top FPGA Engineer Required Skills Attend industry seminars to meet experts Ability to identify and solve problems Are you curious about FPGA engineers as a profession? FPGA technology is currently a hot industry, have you always wanted to know how to become a top FPGA engineer? Don’t worry, today I will share some secrets with … Read more

Essential Subjects to Learn Before Studying FPGA

Introduction FPGA has evolved from an edge chip to a popular technology, indicating that domestic chips are gradually becoming mainstream. Domestic chips are expected to replace foreign chips and become the core of technology. As the domestic chip industry rises, the demand for talent in this field is growing. High salaries offered by companies attract … Read more

Valuable Experiences from My First Encounter with FPGA

It has been over 10 years since I first encountered FPGA during my university days. I still remember the excitement of completing experiments like a digital stopwatch, quiz buzzer, and password lock on the EDA experimental platform. At that time, I had not yet been exposed to HDL hardware description languages, and designs were implemented … Read more

Mainstream Autonomous Driving Chips: GPU, FPGA, ASIC

The current mainstream AI chips can be divided into three categories: GPU, FPGA, ASIC. Both GPU and FPGA are relatively mature chip architectures and belong to general-purpose chips. ASICs are chips customized for specific AI scenarios. The industry has confirmed that CPU is not suitable for AI computing, but it is still indispensable in the … Read more

Learn How to Get Started with FPGA Programming Language

Introduction When learning FPGA, the first thing we need to study is the programming language for FPGA. Unlike the “high-level” languages such as C, C++, and Java used in software development, the language used for FPGA development is called Hardware Description Language (HDL), or Register Transfer Level (RTL) language. The mainstream hardware description languages are … Read more