Re: [myhdl-list] New way of specifying user defined code, not working inside class
Brought to you by:
jandecaluwe
From: Sébastien B. <seb...@mi...> - 2012-01-19 13:40:43
|
On 01/19/2012 01:23 PM, Christopher Felton wrote: > This is currently a known limitation, you cannot convert a class method > directly because the convert does not recognize the first parameter, > "self", and uses "self" as a port. If your design is synchronous, and if using classes is more important to you than integrated Python test benches (which are perfectly possible to do under Migen, but which no one has developed yet) you can use Migen FHDL, which supports signals in classes (and more perversions) just fine. https://github.com/milkymist/migen Sébastien |