| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "SOC": "hbird",
- "BOARD": "hbird_eval",
- "CORE": "n307",
- "DOWNLOAD": "ilm",
- "DSP_ENABLE": "OFF",
- "BENCH_UNIT": "cycle",
- "checks": {
- "PASS": [
- ],
- "FAIL": [
- "MCAUSE:"
- ]
- },
- "applist": [
- "application/baremetal/benchmark/dhrystone",
- "application/baremetal/benchmark/whetstone",
- "application/baremetal/benchmark/coremark",
- "application/baremetal/helloworld",
- "application/baremetal/demo_timer",
- "application/baremetal/demo_eclic",
- "application/baremetal/demo_nice",
- "application/baremetal/demo_dsp",
- "application/freertos/demo",
- "application/ucosii/demo",
- "application/rtthread/demo",
- "application/rtthread/msh"
- ],
- "appchecks": {
- "application/baremetal/benchmark/dhrystone": {
- "PASS": ["1000000/(User_Cycle/Number_Of_Runs)"]
- },
- "application/baremetal/benchmark/whetstone": {
- "PASS": ["MWIPS/MHz"]
- },
- "application/baremetal/benchmark/coremark": {
- "PASS": ["Iterations*1000000/total_ticks"]
- },
- "application/baremetal/demo_timer": {
- "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
- },
- "application/baremetal/helloworld": {
- "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
- },
- "application/baremetal/demo_eclic": {
- "PASS": ["software interrupt hit 10 times"]
- },
- "application/baremetal/demo_nice": {
- "PASS": ["PASS"],
- "FAIL": ["FAIL", "MCAUSE:"]
- },
- "application/baremetal/demo_dsp": {
- "PASS": ["all test are passed"],
- "FAIL": ["test error apprears"]
- },
- "application/freertos/demo": {
- "PASS": ["timers Callback 11"]
- },
- "application/rtthread/demo": {
- "PASS": ["Main thread count: 6"]
- },
- "application/rtthread/msh": {
- "PASS": ["msh >"]
- },
- "application/ucosii/demo": {
- "PASS": ["task3 is running... 10"]
- }
- }
- }
|