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

Implementing Neural Networks on FPGAs

Author | Shawn Ouyang, System Architect at Ruijun Micro UK R&D Center; Dr. Andrew, Fellow at Ruijun Micro UK Research Center 1. Introduction FPGA is a device for implementing programmable digital logic. Similar to circuit architectures like CPU, GPU/NPU and dedicated ASIC, FPGAs have also begun to be widely used for implementing neural networks (NN). … Read more

5 Tips for Self-Learning FPGA from Experienced Learners

4 Tips for Self-Learning FPGA FPGA is a highly integrated chip, and its learning process requires both programming skills and an understanding of hardware circuits and computer architecture. The knowledge and foundations involved are extensive, such as digital circuit fundamentals, EDA principles, Verilog/VHDL programming languages, FPGA algorithm design, FPGA simulation analysis, and PCB hardware design. … Read more

Understanding CPU, GPU, ASIC, and FPGA

Source: ZTE Document Original Author: ZTE Document In today’s rapidly changing technology landscape, computing power has become a crucial driving force for social progress and industrial upgrading. In this vast ocean of computation, CPU, GPU, ASIC, and FPGA serve as the four core forces, each playing an irreplaceable role. CPU The CPU (Central Processing Unit) … Read more

How FPGA Technology Will Develop?

Due to its outstanding performance and versatility, FPGA (Field Programmable Gate Array) has attracted a wide range of enterprises. Furthermore, even after deployment, it has the characteristic of adopting new standards and modifying hardware according to specific application needs. On the other hand, “gate array” refers to the two-dimensional array of logic gates in the … Read more

Engineers Adjusting FPGA Pins: Important Rules to Note!

In the FPGA (Field Programmable Gate Array) design process, adjusting pins is a crucial task that directly relates to the stability and performance of the design. This article will discuss several aspects to pay attention to when adjusting FPGA pins! 1. Do Not Adjust VRN/VRP Pins Arbitrarily When the VRN (Reference Negative Voltage) and VRP … Read more

46 Basic Questions About FPGA You Should Know

1. What Are Setup and Hold Times? Answer: Setup/Hold Time refers to the timing requirements between the input signal and the clock signal for testing chips. Setup time is the time during which the data must remain stable before the rising edge of the clock signal arrives at the flip-flop. The input signal must arrive … Read more

11 Recommended FPGA Learning Platforms

1、Xilinx Official Website Website:https://china.xilinx.com/ Xilinx’s FPGAs currently hold the largest market share. When using their chips, reading Xilinx’s materials is unavoidable, such as learning the development tool Vivado, various IP cores, etc. At the same time, Xilinx also provides many relevant technical reference solutions, which are highly valuable. 2、WORLD OF ASIC Website:http://asic-world.com/ This is a … Read more

Differences Between ASIC and FPGA Design: Future Prospects

Which is better, ASIC or FPGA? What are the differences in their processes? Is it necessary to switch from FPGA to ASIC design? Various questions about ASIC and FPGA are frequently seen online. ASIC (Application Specific Integrated Circuit) refers to integrated circuits designed and manufactured to meet specific user requirements and the needs of specific … Read more

Differences Between FPGA, CPU, GPU, and ASIC

1. Why Use FPGA? As we all know, the Moore’s Law for general-purpose processors (CPU) has entered its twilight, while the scale of machine learning and web services is growing exponentially. People are using custom hardware to accelerate common computing tasks, but the rapidly changing industry demands that this custom hardware be reprogrammable to perform … Read more