nuclei_fpga_eval_ci_sanity.json.libncrt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "run_config": {
  3. "target" : "qemu",
  4. "xlspike" : {
  5. "timeout": 240
  6. },
  7. "qemu" : {
  8. "timeout": 240
  9. }
  10. },
  11. "parallel": "-j",
  12. "build_target": "clean all",
  13. "build_config": {
  14. },
  15. "build_configs": {
  16. "n203": {"CORE": "n203", "ARCH_EXT": ""},
  17. "n300bp": {"CORE": "n300", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  18. "n300fd": {"CORE": "n300fd", "ARCH_EXT": ""},
  19. "n300fdbp": {"CORE": "n300fd", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"}
  20. },
  21. "appconfig": {
  22. "application/baremetal/benchmark/dhrystone": {
  23. "build_config" : {},
  24. "checks": {
  25. "PASS": ["1000000/(User_Cycle/Number_Of_Runs)", "Please increase number"]
  26. }
  27. },
  28. "application/baremetal/benchmark/dhrystone_v2.2": {
  29. "build_config" : {},
  30. "checks": {
  31. "PASS": ["Measured time too small to obtain meaningful results"]
  32. }
  33. }
  34. },
  35. "expecteds": {
  36. "application/baremetal/demo_dsp" : {
  37. "n201e": { "build": false, "run": false }
  38. },
  39. "application/baremetal/benchmark/whetstone" : {
  40. "n201": { "build": true, "run": false },
  41. "n201e" : {"build": true, "run": false}
  42. },
  43. "application" : {
  44. "n201e" : {"build": true, "run": false}
  45. },
  46. "test" : {
  47. "n201e" : {"build": true, "run": false}
  48. }
  49. },
  50. "expected": {
  51. "application/baremetal/demo_nice": {"build": true, "run": true},
  52. "application/rtthread/msh" : {"build": true, "run": false},
  53. "application/baremetal/demo_spmp": {"build": true, "run": true},
  54. "application/baremetal/demo_smpu": {"build": true, "run": true},
  55. "application/baremetal/demo_smode_eclic": {"build": true, "run": true},
  56. "application/baremetal/demo_cidu": {"build": true, "run": false},
  57. "application/baremetal/demo_cache": {"build": true, "run": false},
  58. "application/baremetal/demo_pma": {"build": true, "run": false},
  59. "test/core": {"build": false, "run": false}
  60. }
  61. }