Understanding How to Design High-Performance Embedded Systems Based on RISC-V Architecture

Understanding How to Design High-Performance Embedded Systems Based on RISC-V Architecture

High-performance embedded systems, if purely pursuing speed and performance, can be addressed by using the highest specification hardware (high-performance CPUs, large memory, and various good peripherals, etc.). However, this contradicts the original intent of embedded systems. As a type of flexible hardware and software system tailored to user needs, designing high-performance embedded systems must consider … Read more

Optimizing Docker Images: From 1.16GB to 22.4MB

Optimizing Docker Images: From 1.16GB to 22.4MB

Author | The Agile Crafter Planning | Tian Xiaoxu Docker is a platform for software developers and system administrators to build, run, and share applications with containers. A container is a process running in an isolated environment, operating on its own file system, which is built using a Docker image. The image contains everything needed … Read more

Optimizing ISP for Automotive Computer Vision Applications

Optimizing ISP for Automotive Computer Vision Applications

Disclaimer: The content and images of this article are reproduced from BC-AUTO on the English network. 2020 Global and China Internet of Vehicles Industry Research Report 2020 Global and China OTA Application Industry Research Report 2020 Global and China Automotive Enterprises, Mainstream Tier 1 Industry Research 2020 Global and China Automotive Big Data Application Research … 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