Re: [myhdl-list] TypeError: Unexpected type with toVerilog
Brought to you by:
jandecaluwe
From: Jan C. <jan...@mu...> - 2012-05-25 05:05:05
|
On 25/05/12 05:51, Thoma HAUC wrote: > Hi Jan, > > The function name has evolved. > I found the issue but I am not able to explain the reason. . . . Chris is correct; there is a problem using enums in @always_comb decorators which I missed when reading through your code. I also have this problem, and have temporarily switched to using constants. Jan Coombs |