Psyco and generators

Jan Decaluwe jan at jandecaluwe.com
Tue Mar 23 09:55:15 EST 2004


Hi:

I am using Python to simulate hardware descriptions, using
my MyHDL package. Basically, a MyHDL simulation consists of
a set of cooperating generators, that communicate through
Signal objects. Signal objects are often free variables
in a generator.

I'm interested in using Psyco to speed up simulations. Today,
the speed up is negligable. This is logical as Psyco currently
doesn't have compilation support for generators nor for free
variables.

My questions: is there any fundamental issue with generators
or free variables that would prevent psyco to support them?
If not, are there plans to do so?

Regards, Jan

-- 
Jan Decaluwe - Resources bvba - http://jandecaluwe.com
Losbergenlaan 16, B-3010 Leuven, Belgium
    Python is fun, and now you can design hardware with it:
    http://jandecaluwe.com/Tools/MyHDL/Overview.html



More information about the Python-list mailing list