nuclei_fpga_eval.json 485 B

1234567891011121314151617181920212223
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 60
  7. }
  8. },
  9. "build_target": "clean all",
  10. "build_config": {
  11. "SOC": "evalsoc",
  12. "BOARD": "nuclei_fpga_eval",
  13. "CORE": "ux600",
  14. "DOWNLOAD": "ilm",
  15. "ARCH_EXT": ""
  16. },
  17. "expected": {
  18. "application/baremetal/demo_nice" : {
  19. "run": false,
  20. "build": true
  21. }
  22. }
  23. }