| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- {
- "run_config": {
- "target" : "hardware",
- "hardware" : {
- "baudrate": 115200,
- "timeout": 60
- },
- "qemu": {
- "qemu32": "qemu-system-riscv32",
- "qemu64": "qemu-system-riscv64",
- "timeout": 60
- }
- },
- "build_target": "clean all",
- "build_config": {
- },
- "checks": {
- "PASS": [],
- "FAIL": ["MEPC"]
- },
- "appdirs": [
- "application"
- ],
- "appdirs_ignore": [
- "application/baremetal/smphello",
- "application/baremetal/demo_profiling",
- "application/baremetal/demo_vnice",
- "application/baremetal/demo_cidu",
- "application/baremetal/demo_clint_timer",
- "application/baremetal/dsp_examples",
- "application/freertos/smpdemo",
- "application/baremetal/Internal"
- ],
- "appconfig": {
- "application/baremetal/benchmark/dhrystone": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Dhrystone"]
- }
- },
- "application/baremetal/benchmark/whetstone": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Whetstone"]
- }
- },
- "application/baremetal/benchmark/dhrystone_v2.2": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Dhrystone_v2.2", "Measured time too small to obtain meaningful results"]
- }
- },
- "application/baremetal/benchmark/whetstone_v1.2": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, Whetstone_v1.2"]
- }
- },
- "application/baremetal/benchmark/coremark": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, CoreMark"]
- }
- },
- "application/baremetal/demo_timer": {
- "build_config" : {},
- "checks": {
- "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
- }
- },
- "application/baremetal/demo_clint_timer": {
- "build_config" : {},
- "checks": {
- "PASS": ["test finish and pass"]
- }
- },
- "application/baremetal/empty": {
- "build_config" : {},
- "checks": {
- "PASS": ["CPU HartID"]
- }
- },
- "application/baremetal/helloworld": {
- "build_config" : {},
- "checks": {
- "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
- }
- },
- "application/baremetal/cpuinfo": {
- "build_config" : {},
- "checks": {
- "PASS": ["End of Nuclei CPU INFO"]
- }
- },
- "application/baremetal/demo_eclic": {
- "build_config" : {},
- "checks": {
- "PASS": ["software interrupt hit 5 times"]
- }
- },
- "application/baremetal/demo_plic": {
- "build_config" : {},
- "checks": {
- "PASS": ["You can press any key now", "[ERROR]__PLIC_PRESENT", "PLIC is not present"]
- }
- },
- "application/baremetal/demo_smode_plic": {
- "build_config" : {},
- "checks": {
- "PASS": ["You can press any key now", "[ERROR]__PMP_PRESENT & __PLIC_PRESENT", "PLIC is not present"]
- }
- },
- "application/baremetal/demo_smode_eclic": {
- "build_config" : {},
- "checks": {
- "PASS": ["[IN S-MODE SOFTWARE INTERRUPT]software interrupt hit 10 times", "[ERROR]__TEE_PRESENT"]
- }
- },
- "application/baremetal/demo_stack_check": {
- "build_config" : {},
- "checks": {
- "PASS": ["Stack check demo over"]
- }
- },
- "application/baremetal/demo_pma": {
- "build_config" : {},
- "checks": {
- "PASS": ["array_read_by_row_dcache_miss_cacheable", "DCache not present in CPU", "[ERROR]__CCM_PRESENT must be defined as 1 in <Device>.h!"]
- }
- },
- "application/baremetal/demo_spmp": {
- "build_config" : {},
- "checks": {
- "PASS": ["Won't run here if violates L U\\R\\W\\X permission check!", "[ERROR]__TEE_PRESENT"]
- }
- },
- "application/baremetal/demo_smpu": {
- "build_config" : {},
- "checks": {
- "PASS": ["Won't run here if violates rules check!", "[ERROR]__TEE_PRESENT"]
- }
- },
- "application/baremetal/demo_cache": {
- "build_config" : {},
- "checks": {
- "PASS": [
- "[ERROR]__CCM_PRESENT must be defined as 1 in <Device>.h!",
- "DCache not present in CPU!",
- "dcachemiss_readonebyte",
- "when mapped value in memory has changed"
- ]
- }
- },
- "application/baremetal/demo_cidu": {
- "build_config" : {},
- "checks": {
- "PASS": ["[ERROR]__CIDU_PRESENT must be defined as 1 in <Device>.h!", "Core 1 has received interrupt from core 0", "[WARN] SMP & CIDU not present"]
- }
- },
- "application/baremetal/demo_pmp": {
- "build_config" : {},
- "checks": {
- "PASS": ["Won't run here if violates L R\\W\\X permission check!"]
- }
- },
- "application/baremetal/demo_nice": {
- "build_config" : {},
- "checks": {
- "PASS": ["PASS"],
- "FAIL": ["FAIL", "MEPC"]
- }
- },
- "application/baremetal/demo_vnice": {
- "build_config" : {},
- "checks": {
- "PASS": ["PASS"],
- "FAIL": ["FAIL", "MEPC"]
- }
- },
- "application/baremetal/smphello": {
- "build_config" : {},
- "checks": {
- "PASS": ["All harts boot successfully!"]
- }
- },
- "application/baremetal/lowpower": {
- "build_config" : {},
- "checks": {
- "PASS": ["CSV, WFI Cost,"]
- }
- },
- "application/baremetal/demo_dsp": {
- "build_config" : {},
- "checks": {
- "PASS": ["all test are passed"],
- "FAIL": ["test error apprears", "MEPC"]
- }
- },
- "application/freertos/demo": {
- "build_config" : {},
- "checks": {
- "PASS": ["timers Callback 3"]
- }
- },
- "application/freertos/smpdemo": {
- "build_config" : {},
- "checks": {
- "PASS": ["timers Callback 3 on hart"]
- }
- },
- "application/rtthread/demo": {
- "build_config" : {},
- "checks": {
- "PASS": ["Main thread count: 3"]
- }
- },
- "application/rtthread/msh": {
- "build_config" : {},
- "checks": {
- "PASS": ["msh >", "Hello RT-Thread!"]
- }
- },
- "application/ucosii/demo": {
- "build_config" : {},
- "checks": {
- "PASS": ["task3 is running... 3"]
- }
- },
- "application/threadx/demo": {
- "build_config" : {},
- "checks": {
- "PASS": ["thread 6_7 is running, current is 7, thread 6 counter 9, thread 7 counter 8"]
- }
- },
- "application/baremetal/demo_sstc": {
- "build_config" : {},
- "checks": {
- "PASS": ["[IN S-MODE SOFTWARE INTERRUPT]software interrupt hit 10 times", "[ERROR]__TEE_PRESENT", "feature are required"]
- }
- },
- "application/rtthread/demo_smode": {
- "build_config" : {},
- "checks": {
- "PASS": ["Main thread count: 3", "feature are required"]
- }
- },
- "test/core": {
- "build_config" : {},
- "checks": {
- "PASS": [", 0 failed"],
- "FAIL": ["[FAIL]", "MEPC"]
- }
- }
- }
- }
|