Re: [myhdl-list] TypeError: Unexpected type with toVerilog
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-05-30 04:28:51
|
On 5/29/12 6:20 PM, Jan Coombs wrote: > On 29/05/12 20:53, Jan Decaluwe wrote: > . . . >> This is the hopefully clearer error message I just created >> in both branches. > Thanks, I like MyHDL like a long-lost friend, and hope to make much more > progress together. > > Attached is simplified the test code, as there still seems to be a problem. > > Jan Coombs. > -- > Jan C. I modified your code so that it does not have the "undriven enum Signals". Once you remove the undriven enum Signals this example converts without throwing and error. Regards, Chris |