Choosing the Right Power Module for Your Design: A Critical Decision!

Choosing the Right Power Module for Your Design: A Critical Decision!

When transitioning from concept to product, selecting a power supply is essential. An isolated power module provides 12V power for advanced ASICs, microcontrollers, FPGAs, and various other components. As always, these components practically fill the space on the circuit board, providing sufficient power, stability, thermal performance, low noise, and reliability, which challenge the laws of … Read more

Maximizing and Finding the Second Maximum Value Using FPGA

Maximizing and Finding the Second Maximum Value Using FPGA

Welcome FPGA engineers to join the official WeChat group. Implement a module on FPGA to find the maximum value and second maximum value among 32 inputs, given in one clock cycle. (This question is from a forum, an interview question; if you find it inappropriate, please leave a message to delete it.) Clickthe blue wordsto … Read more

Innovations in the Post-Moore Era: Implementing Tiny YOLO V4 on MYIR FPGA to Empower AIoT Applications

Innovations in the Post-Moore Era: Implementing Tiny YOLO V4 on MYIR FPGA to Empower AIoT Applications

Dec. Follow us by clicking the blue text 2024.12 Tip: Learn how to deploy Tiny YOLO v4 on MYIR’s ZU3EG FPGA development board, comparing the performance of FPGA, GPU, and CPU to assist AIoT edge computing applications. 1. Why choose FPGA: Addressing 7nm process and AI limitations In the context of global semiconductor process restrictions … Read more

Practical Design of XC7A100T Core Board and Baseboard – Summary of 70 Lessons

Practical Design of XC7A100T Core Board and Baseboard - Summary of 70 Lessons

New course on FPGA practical training: schematic – PCB – board fabrication – debugging – code validation. 1) The course provides detailed explanations of schematic design and PCB layout wiring rules, writing detailed project design specifications, and understanding how to design each signal. 2) Core board + baseboard architecture; convenient for students to quickly apply … Read more

A Simple Explanation of Xilinx FPGA MIPI Interface

A Simple Explanation of Xilinx FPGA MIPI Interface

Let’s talk about Xilinx’s MIPI solution. Here, we take the ordinary 7 series as the discussion object, while Xilinx’s high-end KU+/MPSOC+ already support MIPI interface IO directly. Due to the special nature of MIPI signals, low power consumption should be fully considered at the design stage. Therefore, the native signal levels of MIPI support both … Read more

Understanding MIPI DPHY and CPHY Interfaces and Key Points for FPGA Implementation

Understanding MIPI DPHY and CPHY Interfaces and Key Points for FPGA Implementation

MIPI is the most mainstream video transmission interface specification in the mobile field, and currently the most widely used are the MIPI DPHY and MIPI CPHY protocol families (there is also MIPI MPHY, which belongs to the high-speed Serdes category and is not as widely used). Among these, CSI-2 is mainly used for image input … Read more

Understanding MIPI Protocol: Interface Definitions and Overview

Understanding MIPI Protocol: Interface Definitions and Overview

Taobao Store: Wolf FPGA A Detailed Tutorial for Zynq System Entry and Advancement The previous article introduced the development history, advantages and disadvantages, application fields, and development direction of MIPI interfaces in detail. Today, we will delve deeper into the content of the MIPI protocol. 1. Interface Definition The MIPI specification defines the interface into … Read more

Building a MIPI Camera Interface with Spartan-7 FPGA and OV5640 in 15 Minutes Using VITIS

Building a MIPI Camera Interface with Spartan-7 FPGA and OV5640 in 15 Minutes Using VITIS

Project Components Hardware Spartan-7 SP701 FPGA with MIPI interface implemented using resistor network OV5640 MIPI interface Software AMD Vivado version 2020 or above AMD Vitis 2020 Introduction MIPI interface is very popular now, and domestic FPGAs generally come with MIPI interfaces. AMD-Xilinx started supporting MIPI levels from the U+ series. From the usage in China, … Read more

FPGA-Based MIPI Camera Development with XILINX MIPI D-PHY IP Core

FPGA-Based MIPI Camera Development with XILINX MIPI D-PHY IP Core

XILINX’s ULTRASCALE+ series FPGA comes with two MIPI IP cores, namely the MIPI D-PHY IP and MIPI CSI-2 IP. The D-PHY can be considered a low-level IP core that can parse data from each LANE, with data between LANE being relatively independent, requiring the user to compose a complete frame of image data. The CSI-2 … Read more