benchmark-generic.awlpro 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- Awlsim project file generated by awlsim-0.69.0-pre -->
  3. <awlsim_project date_create="2019-01-20 20:11:43.236849"
  4. date_modify="2019-01-20 20:14:54.161678"
  5. format_version="1">
  6. <!-- CPU core configuration -->
  7. <cpu>
  8. <!-- CPU core feature specification -->
  9. <specs call_stack_size="256"
  10. nr_accus="4"
  11. nr_counters="256"
  12. nr_flags="2048"
  13. nr_inputs="128"
  14. nr_localbytes="1024"
  15. nr_outputs="128"
  16. nr_timers="256"
  17. parenthesis_stack_size="7" />
  18. <!-- CPU core configuration -->
  19. <config clock_memory_byte="-1"
  20. cycle_time_limit_us="1000000"
  21. ext_insns_enable="0"
  22. mnemonics="0"
  23. ob_startinfo_enable="0"
  24. run_time_limit_us="-1" />
  25. </cpu>
  26. <!-- AWL/STL language configuration -->
  27. <language_awl>
  28. <!-- AWL/STL source code -->
  29. <source enabled="1"
  30. file="benchmark.awl"
  31. name="benchmark.awl"
  32. type="0" />
  33. </language_awl>
  34. <!-- Core server link configuration -->
  35. <core_link>
  36. <!-- Locally spawned core server -->
  37. <spawn_local enable="1"
  38. interpreters="$DEFAULT"
  39. port_range_begin="4183"
  40. port_range_end="8278" />
  41. <!-- Remote server connection -->
  42. <connect host="localhost"
  43. port="4151"
  44. timeout_ms="20000" />
  45. <!-- Transport tunnel -->
  46. <tunnel local_port="-1"
  47. type="0">
  48. <ssh executable="ssh"
  49. port="22"
  50. user="pi" />
  51. </tunnel>
  52. </core_link>
  53. <!-- Graphical user interface configuration -->
  54. <gui>
  55. <!-- AWL editor settings -->
  56. <editor autoindent="1"
  57. paste_autoindent="1"
  58. validation="1" />
  59. </gui>
  60. </awlsim_project>