nuclei_fpga_eval_ci_sanity.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "n300fbp": {"CORE": "n300f", "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. "n900fdbpv": {"CORE": "n900fd", "ARCH_EXT": "_zve32f_zba_zbb_zbc_zbs_xxldspn1x"},
  21. "nx900": {"CORE": "ux600", "ARCH_EXT": ""},
  22. "nx900bp": {"CORE": "ux600", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldsp"},
  23. "nx900fbpv": {"CORE": "ux600f", "ARCH_EXT": "_zve64f_zba_zbb_zbc_zbs_xxldsp"},
  24. "nx900fd": {"CORE": "ux600fd", "ARCH_EXT": ""},
  25. "nx900fdbpv": {"CORE": "ux600fd", "ARCH_EXT": "v_zba_zbb_zbc_zbs_xxldsp"}
  26. },
  27. "appconfig": {
  28. "application/baremetal/benchmark/dhrystone": {
  29. "build_config" : {},
  30. "checks": {
  31. "PASS": ["1000000/(User_Cycle/Number_Of_Runs)", "Please increase number"]
  32. }
  33. },
  34. "application/baremetal/benchmark/dhrystone_v2.2": {
  35. "build_config" : {},
  36. "checks": {
  37. "PASS": ["Measured time too small to obtain meaningful results"]
  38. }
  39. }
  40. },
  41. "expecteds": {
  42. "application/baremetal/demo_dsp" : {
  43. "n201e": { "build": false, "run": false }
  44. },
  45. "application/baremetal/benchmark/whetstone" : {
  46. "n201": { "build": true, "run": false },
  47. "n201e" : {"build": true, "run": false}
  48. },
  49. "application" : {
  50. "n201e" : {"build": true, "run": false}
  51. },
  52. "test" : {
  53. "n201e" : {"build": true, "run": false}
  54. }
  55. },
  56. "expected": {
  57. "application/baremetal/demo_nice": {"build": true, "run": true},
  58. "application/rtthread/msh" : {"build": true, "run": true},
  59. "application/baremetal/demo_spmp": {"build": true, "run": true},
  60. "application/baremetal/demo_smpu": {"build": true, "run": true},
  61. "application/baremetal/demo_smode_eclic": {"build": true, "run": true},
  62. "application/baremetal/demo_cidu": {"build": true, "run": false},
  63. "application/baremetal/demo_cache": {"build": true, "run": false},
  64. "application/baremetal/demo_pma": {"build": true, "run": false},
  65. "test/core": {"build": true, "run": true}
  66. }
  67. }