当前位置:网站首页>[Vitis] Code implementation of ZCU102 development board PS-side control PL-side reset
[Vitis] Code implementation of ZCU102 development board PS-side control PL-side reset
2022-07-30 05:02:00 【wjh776a68】
Reference link
ZYNQ Ultrascale+ Howto reset the PL
Code Implementation
Xilinx officially provides a function for resetting pl, which is located in [platform project]/zynqmp_fsbl/psu_init.c: unsigned long psu_ps_pl_reset_config_data(void), the following function is a simplification of the official function, execute pl_resetn() on the PS sideThe function can control the pl_resetn pin of the MPSOC IP core (see the figure below for the pin location) to reset the PL terminal.
void pl_resetn(){ //Calling this function will set the pl_resetn0 pin of mpsoc to 1 after outputting 0, that is, low-level resetXil_Out32(0XFF0A0054, 0x00000000U);usleep(1);Xil_Out32(0XFF0A0054, 0x80000000U);}
边栏推荐
- 六、读取应用配置+日志配置
- Plan for many situations in the processing chain
- The Double Pointer Problem (Part 2)
- Chapter8 Support Vector Machines
- Some understanding of YOLOv7
- LeetCode Algorithm 328. 奇偶链表
- The 2nd Shanxi Province Network Security Skills Competition (Enterprise Group) Part of the WP (9)
- 四、Web开发
- Using the GPU parallel computing 】 【 OpenCL&OpenCLUtilty GPU parallel computing
- Boss Rush (two-point answer + DP)
猜你喜欢

protobuf 中复合数据类型的读写

Hexagon_V65_Programmers_Reference_Manual(12)

VisualStudio2022本地调试进入特别慢问题解决

std::vector中保存指针时用法
![[High Performance Computing] openMP](/img/a5/2cfd760a26edb379d337eb3d1605d5.jpg)
[High Performance Computing] openMP

【 notes 】 the beauty of the software engineering - column 31 | software testing are responsible for the quality of products?

Dynamic Programming Problems (End)
![handler+message [message mechanism]](/img/4b/981d5eb2f1afc98a4ceab38c505325.png)
handler+message [message mechanism]

3. Dependency configuration management
![[3D Detection Series-PointRCNN] Reproduces the PointRCNN code, and realizes the visualization of PointRCNN3D target detection, including the download link of pre-training weights (starting from 0 and](/img/ca/17c047b8b1f030cc4ebb7e354070d9.png)
[3D Detection Series-PointRCNN] Reproduces the PointRCNN code, and realizes the visualization of PointRCNN3D target detection, including the download link of pre-training weights (starting from 0 and
随机推荐
Simulation problem (below)
Alibaba Cloud's EasyNLP Chinese text image generation model takes you to become an artist in seconds
go语言学习笔记二
Boss Rush (two-point answer + DP)
C. Travelling Salesman and Special Numbers (binary + combination number)
5. View parsing and template engine
Hexagon_V65_Programmers_Reference_Manual(14)
2.4 hill sorting
Hexagon_V65_Programmers_Reference_Manual(11)
三、依赖配置管理
go语言学习笔记四
Catch That Cow (detailed)
2.6 Radix sort (bucket sort)
Simple experiment with BGP
五、视图解析与模板引擎
Hexagon_V65_Programmers_Reference_Manual(12)
Discourse Custom Header Links
mysql隔离级别
全流程调度——Azkaban入门与进阶
- B + tree index and MySQL series 】 【 what is the difference between a HASH index