nuclei_fpga_eval_ci.json 638 B

12345678910111213141516171819202122232425262728
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 240
  7. }
  8. },
  9. "parallel": "-j",
  10. "build_target": "clean all",
  11. "build_config": {
  12. "SOC": "evalsoc",
  13. "BOARD": "nuclei_fpga_eval",
  14. "ARCH_EXT": ""
  15. },
  16. "build_configs": {
  17. "n100e": {"CORE": "n100e"},
  18. "n100em": {"CORE": "n100em"},
  19. "n100ezmmul": {"CORE": "n100ezmmul"},
  20. "n100": {"CORE": "n100"},
  21. "n100m": {"CORE": "n100m"},
  22. "n100zmmul": {"CORE": "n100zmmul"}
  23. },
  24. "appconfig": {
  25. },
  26. "expecteds": {
  27. }
  28. }