nuclei_fpga_eval_qemu.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "run_config": {
  3. "target" : "qemu",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 60
  7. },
  8. "qemu" : {
  9. "timeout": 60
  10. }
  11. },
  12. "build_target": "clean all",
  13. "build_config": {
  14. "SOC": "evalsoc",
  15. "BOARD": "nuclei_fpga_eval",
  16. "CORE": "ux600",
  17. "DOWNLOAD": "ilm",
  18. "ARCH_EXT": ""
  19. },
  20. "appconfig": {
  21. "application/baremetal/benchmark/dhrystone": {
  22. "build_config" : {},
  23. "checks": {
  24. "PASS": ["1000000/(User_Cycle/Number_Of_Runs)", "Please increase number"]
  25. }
  26. },
  27. "application/rtthread/msh": {
  28. "build_config" : {},
  29. "checks": {
  30. "PASS": ["msh >", "Hello RT-Thread!"]
  31. }
  32. },
  33. "application/baremetal/benchmark/dhrystone_v2.2": {
  34. "build_config" : {},
  35. "checks": {
  36. "PASS": ["Measured time too small to obtain meaningful results"]
  37. }
  38. }
  39. },
  40. "expected": {
  41. "application/baremetal/demo_nice" : {
  42. "run": true,
  43. "build": true
  44. },
  45. "test/core": {"build": true, "run": true}
  46. }
  47. }