Re: [myhdl-list] TypeError: Unexpected type with toVerilog
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-05-24 20:54:13
|
On 5/24/2012 3:23 PM, Thoma HAUC wrote: > @always_comb > def outputenable(): > if ((state == StateEnum.HSYNC) or (state == StateEnum.SYNC) I believe this is the issue. There was a recent thread on this. It looks like enums fail in an always_comb. A simple test case was submitted recently. Regards, Chris |