Course Overview:
This course is designed to equip participants with the skills and knowledge required to become full-stack IC designers, capable of handling all development stages from front-end design to system debugging and embedded programming. After completing the course, participants will have the skills and knowledge to design SoC chips from concept to production, and achieve the following learning objectives:
1. Learn Verilog and HLS design implementation on FPGA and ASIC;
2. Implement IP and integrate it into SoC design;
3. Implement SoC design and verify it in FPGA;
This course is based on Google Open-Source Silicon Program, and the experiment uses Efabless Caravel Harness SoC. In this course, we will use Caravel SoC Harness and Caravel SoC FPGA verification platform.
[align=left][color=#000][size=3]I have been tormented by this for almost a month. What is the problem? The ADC uses an internal reference, and the peripheral circuit is correct. Is it the power supply
An article I saw online introduced a method of running a C interpreter on ESP32. This method can interpret and execute the sent script code without repeatedly compiling and downloading the program, wh
LED display screen is one of the main application fields of light-emitting diodes and has developed rapidly in recent years. At present, LED display screen manufacturing technology is advanced and the
1. Clock management CLK (1)Uns ncounts = CLK_countspms(void) Returns the count value of the high-resolution clock of the timer per millisecond (2)LgUns currtime = CLK_gethtime(void) Returns the count
When switching the core and memory frequencies, do we need to consider the issue of DMA data transfer? That is, is it possible that the data currently being transferred will be lost?
Hello everyone: I used the SD_demo in the TIVA microcontroller, and the FATFS in it has been transplanted. Now I hope to convert the monochrome BMP pictures in the SD card into pixel arrays. Below is