-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加README,添加Python脚本,用于删除pds生成的备份问和日志
- Loading branch information
1 parent
c80c7c0
commit d561df1
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# 多媒体视频处理魔盒 | ||
|
||
## 概述 | ||
|
||
### 开发平台 | ||
|
||
- **EDA**: Pango Design Suite 2022.2-SP1-Lite | ||
- **FPGA型号**: PGL50H-6FBG484 | ||
|
||
### 工程结构 | ||
|
||
``` | ||
├─application //上位机 | ||
├─bitstream files //比特流文件备份 | ||
├─doc //文档 | ||
├─project //pango工程目录 | ||
│ ├─compile | ||
│ ├─constraint_check | ||
│ ├─generate_bitstream //生成的比特流文件 | ||
│ ├─ipcore //IP核 | ||
│ ├─place_route | ||
│ ├─report_timing | ||
│ ├─Route Constraint Editor | ||
│ └─synthesize | ||
├─sources //源文件 | ||
│ ├─constraints //约束 | ||
│ ├─designs //可综合源文件 | ||
│ │ ├─adjust_color //调整颜色模块 | ||
│ │ ├─ddr //ddr模块 | ||
│ │ ├─hdmi //HDMI输入输出 | ||
│ │ ├─image_filiter //图像滤波 | ||
│ │ ├─others //其它 | ||
│ │ ├─ov5640 //摄像头配置、输入、混合 | ||
│ │ ├─reset //复位 | ||
│ │ ├─rotate //图像旋转、缩放、位移 | ||
│ │ ├─udp_osd //UDP通信、OSD显示 | ||
│ │ └─zoom //图像缩放(二次线性插值) | ||
│ └─simulations //仿真文件 | ||
└─utils //辅助工具 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.