cmkdhry_n300.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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": "n300_best_config_cymodel_latest",
  16. "timeout": 6000
  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": "n300",
  29. "CPU_SERIES": "300"
  30. },
  31. "appdirs": [
  32. "application/baremetal/benchmark/coremark",
  33. "application/baremetal/benchmark/dhrystone"
  34. ],
  35. "build_configs": {
  36. "n300-newlib_small": {"STDCLIB": "newlib_small"},
  37. "n300b-newlib_small": {"STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  38. "n300p-newlib_small": {"STDCLIB": "newlib_small", "ARCH_EXT": "_xxldspn1x"},
  39. "n300bp-newlib_small": {"STDCLIB": "newlib_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  40. "n300-libncrt_small": {"STDCLIB": "libncrt_small"},
  41. "n300-libncrt_balanced": {"STDCLIB": "libncrt_balanced"},
  42. "n300-libncrt_fast": {"STDCLIB": "libncrt_fast"},
  43. "n300b-libncrt_small": {"STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  44. "n300b-libncrt_balanced": {"STDCLIB": "libncrt_balanced", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  45. "n300b-libncrt_fast": {"STDCLIB": "libncrt_fast", "ARCH_EXT": "_zba_zbb_zbc_zbs"},
  46. "n300p-libncrt_small": {"STDCLIB": "libncrt_small", "ARCH_EXT": "_xxldspn1x"},
  47. "n300p-libncrt_balanced": {"STDCLIB": "libncrt_balanced", "ARCH_EXT": "_xxldspn1x"},
  48. "n300p-libncrt_fast": {"STDCLIB": "libncrt_fast", "ARCH_EXT": "_xxldspn1x"},
  49. "n300bp-libncrt_small": {"STDCLIB": "libncrt_small", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  50. "n300bp-libncrt_balanced": {"STDCLIB": "libncrt_balanced", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"},
  51. "n300bp-libncrt_fast": {"STDCLIB": "libncrt_fast", "ARCH_EXT": "_zba_zbb_zbc_zbs_xxldspn1x"}
  52. }
  53. }