nuclei_fpga_eval_qemu.json 1013 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. },
  34. "expected": {
  35. "application/baremetal/demo_nice" : {
  36. "run": true,
  37. "build": true
  38. },
  39. "test/core": {"build": true, "run": true}
  40. }
  41. }