Python wrapper for simulator testbenches

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
User avatar
davelacey
Experienced Member
Posts: 104
Joined: Fri Dec 11, 2009 8:29 pm

Python wrapper for simulator testbenches

Post by davelacey »

Hi All,
If anyone is interested I knocked together a quick python wrapper for the simulator testbench interface:

https://github.com/xcore/tool_pyxsim

I think for some test development being able to run the simulator/write plugins in a high level scripting language could be quite useful.

It is very rough and ready at the moment though ( no docs :() but I've got enough to get a loopback plugin working. Oh, and it requires the 11.2.0 tools. Hopefully I'll have some time to tidy it up later.

Dave


User avatar
Folknology
XCore Legend
Posts: 1274
Joined: Thu Dec 10, 2009 10:20 pm
Contact:

Post by Folknology »

Hey this is very cool thanks Dave, makes testing things much more approachable.

regards
Al
Post Reply