Page 1 of 1

Python wrapper for simulator testbenches

Posted: Mon Mar 21, 2011 4:37 pm
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

Re: Python wrapper for simulator testbenches

Posted: Tue Mar 22, 2011 10:45 am
by Folknology
Hey this is very cool thanks Dave, makes testing things much more approachable.

regards
Al