whet_n900.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "run_config": {
  3. "target" : "ncycm",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 60
  7. },
  8. "xlspike" : {
  9. "timeout": 120
  10. },
  11. "qemu" : {
  12. "timeout": 60
  13. },
  14. "ncycm": {
  15. "ncycm": "n900_best_config_cymodel_latest",
  16. "timeout": 20000
  17. }
  18. },
  19. "parallel": "-j",
  20. "build_target": "clean all",
  21. "build_config": {
  22. "SOC": "evalsoc",
  23. "BOARD": "nuclei_fpga_eval",
  24. "SIMU": "xlspike",
  25. "SIMULATION": "1",
  26. "ARCH_EXT": "",
  27. "DOWNLOAD": "ilm",
  28. "CORE": "n900fd",
  29. "CPU_SERIES": "900"
  30. },
  31. "appdirs": [
  32. "application/baremetal/benchmark/whetstone"
  33. ],
  34. "build_configs": {
  35. "n900-newlib_small": {"STDCLIB": "newlib_small"},
  36. "n900-libncrt_small": {"STDCLIB": "libncrt_small"},
  37. "n900-libncrt_balanced": {"STDCLIB": "libncrt_balanced"},
  38. "n900-libncrt_fast": {"STDCLIB": "libncrt_fast"}
  39. }
  40. }