Digital-Test/README.md

21 lines
426 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Digital-Test
DIDE 项目开发使用的测试项目文件。
为了避免测试负载过大使用默认的property.json:
```json
{
"toolChain": "xilinx",
"prjName": {
"PL": "template"
},
"soc": {
"core": "cortexM3"
},
"enableShowLog": false,
"device": "none"
}
```
也就是说,只有`./user/Hardware/src`下的文件会被解析。如果需要测试具体的任务请自行更换ppy的配置参数。