Enhancing Arduino and Raspberry Pi Boards with FPGA

Enhancing Arduino and Raspberry Pi Boards with FPGA

Arduino and Raspberry Pi boards are the pinnacle of revolutionizing embedded system development. In the past, embedded system development started with hardware. The project steps typically included: Defining system requirements, including rough estimates of processing speed and I/O requirements. Selecting an appropriate microcontroller or microprocessor that meets power, performance, and cost requirements. Connecting the hardware … Read more

Exploring FPGA: Can We Make It Arduino-Compatible?

Exploring FPGA: Can We Make It Arduino-Compatible?

FPGA stands for Field Programmable Gate Arrays. It allows the creation of custom hardware, eliminating vendor-related costs. Unfortunately, the complexity of most chip designs still exists, which is why most people prefer to use off-the-shelf chips, often accepting their limitations instead of taking on the challenge to achieve the hardware optimization and efficient design they … Read more

Exploring Embedded ARM Cores in FPGAs Beyond ZYNQ

Exploring Embedded ARM Cores in FPGAs Beyond ZYNQ

Soft Cores vs Hard Cores Embedded processor hard-core FPGAs, also known as SoC FPGAs, integrate hard-core processors into the hardware design from the outset, allowing for pure hardware implementation without consuming FPGA logic resources. The hard-core processor and FPGA logic are largely independent of each other. In simple terms, SoC FPGAs combine an ARM processor … Read more

The Ultimate Integration: AXIOM Perfectly Combines Arduino, ARM, and FPGA

The Ultimate Integration: AXIOM Perfectly Combines Arduino, ARM, and FPGA

After two years of development, the AXIOM board has finally been launched. Initially, AXIOM was supported by seven different enterprises from Europe, including three research institutions/universities: the University of Siena, the Barcelona Supercomputing Center, and Fourth, along with four tech companies: SECo, Vimar, Evidence, and Herta Security. The AXIOM board is the first to combine … Read more

The New Combination of RISC-V and FPGA — BeagleV-Fire

The New Combination of RISC-V and FPGA — BeagleV-Fire

Recently discovered an interesting development board that is based on RISC-V and FPGA. This form is my first encounter. It is the BeagleV®-Fire BeagleV®-Fire adopts Microchip’s PolarFire® FCVG484E 5-core RISC-V system-on-chip and FPGA architecture. It has 4 64-bit RV64GC application cores and 1 64-bit RV64IMAC monitor/boot core, with a performance of 3.125 CoreMarks/MHz and 1.714 … Read more

FPGA + ESP32: Create an Arduino-Compatible Spartan Edge Accelerator Development Board

FPGA + ESP32: Create an Arduino-Compatible Spartan Edge Accelerator Development Board

When talking about Arduino, few people associate it with FPGA. Because the two have nothing in common, to be frank, they are quite the opposite. Arduino is cheap, easy to learn, and simple to use, but it cannot handle complex computations and large projects. FPGA is flexible and powerful, easily handling complex computations such as … Read more

How to Install Desktop Linux on Windows for FPGA Development

How to Install Desktop Linux on Windows for FPGA Development

Running EDA tools like Vivado on Linux is significantly faster than on Windows, likely due to optimization issues. Therefore, choosing to develop on Linux is a wise choice (mainly because it’s free). In China, people are accustomed to the Windows system, so Linux is less commonly used. Is there a way to work on documents … Read more

Advantages of Discrete ARM+FPGA Compared to ZYNQ SoC

Advantages of Discrete ARM+FPGA Compared to ZYNQ SoC

Table of Contents 1. What are the advantages of ARM+FPGA architecture? 2. What are the benefits of discrete ARM+FPGA? 2.1 More interface resources 2.2 Better HMI experience 2.3 Higher ARM main frequency 2.4 Lower development difficulty 3. Free evaluation board trial 4. Product documentation download 1. What are the advantages of ARM+FPGA architecture? Compared to … Read more

FPGA + ARM Embedded Development Boards and Various Communication Tests

FPGA + ARM Embedded Development Boards and Various Communication Tests

Welcome FPGA engineers to join the official WeChat technical group. Clickthe blue textto follow us at FPGA Home – the best and largest pure FPGA engineer community in China. The Xilinx Zynq-7000 All Programmable SoC platform based on 28nm technology is a single-chip solution that combines ARM processors and FPGAs, making it very suitable for … Read more

Design of VGA/LCD Display Controller Based on FPGA (With Code)

Design of VGA/LCD Display Controller Based on FPGA (With Code)

Welcome to the FPGA technology community. The community is vast, and meeting is fate. You can follow the FPGA technology community to obtain other resources of interest in the “adventuring” and “heroic deeds” sections, or chat over drinks. Today, we bring you the design of a VGA/LCD display controller based on FPGA. Due to the … Read more