• How to run Jython scripts out of DS-5?
    Python is powerful and we made a set of scripts to test hardware, while to run it as a daily regression, I have to run it mamually in DS-5. I know any Python & Jython scripts could be invoked from CLI...
  • DS-5 jython script interface
    Hi, I am new to DS-5 and I am interested in jython script in DS-5. However, there is no document shows detail about jython interface for DS-5. Where can I find document for DS-5 jython interface? Thanks...
  • DS-5/Jython: How to execute the functions of jython scripts on the debugger CLT?
    Requirement: Develop a debug layer for new CPU based on DS-5. 1. Basically I want to use jython to develop that, and it could be easily loaded and run on debugger CLT by source command. (e.g. source debug...
  • Failed to create Jython interpreter
    Hello, I am new to DS-5 and trying to finish the first tutorial below. https://developer.arm.com/products/software-development-tools/ds-5-development-studio/resources/tutorials/getting-started-with...
  • How to translate CMM-style command Data.Long(ZSD:&regAddr) in jython script
    Hi, I 'm translating a cmm script to a jython script . Need to translate CMM-style command Data.Long(ZSD:&regAddr) .Not sure how to do it, especially about this flag ZSD. Would somebody guide me how...