cpu.json 756 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 120
  7. },
  8. "qemu": {
  9. "qemu32": "qemu-system-riscv32",
  10. "qemu64": "qemu-system-riscv64",
  11. "timeout": 120
  12. },
  13. "ncycm": {
  14. "timeout": 1200
  15. }
  16. },
  17. "copy_objects": true,
  18. "global_variables" : {
  19. "sdk_copy_objects": "elf,map"
  20. },
  21. "build_target": "clean all",
  22. "build_config": {
  23. },
  24. "parallel" : "-j",
  25. "checks": {
  26. "PASS": ["passed", "Passed"],
  27. "FAIL": ["MEPC", "failed", "Failed", "FAILURE", "ERROR", "test error apprears"]
  28. },
  29. "appdirs": [
  30. "."
  31. ],
  32. "appdirs_ignore": [
  33. ]
  34. }