n200.json 627 B

123456789101112131415161718
  1. {
  2. "build_config": {
  3. "SOC": "evalsoc",
  4. "DOWNLOAD": "ilm",
  5. "CPU_SERIES": "200"
  6. },
  7. "build_configs": {
  8. "rv32imac": {"CORE":"n203"},
  9. "rv32imacb": {"CORE":"n203", "ARCH_EXT":"_zba_zbb_zbc_zbs"}
  10. },
  11. "expected": {
  12. "application/baremetal/demo_nice": {"build": true, "run": false},
  13. "application/baremetal/demo_spmp": {"build": true, "run": false},
  14. "application/baremetal/demo_pmp": {"build": true, "run": false},
  15. "application/baremetal/demo_smode_eclic": {"build": true, "run": false},
  16. "test/core": {"build": false, "run": false}
  17. }
  18. }