Re: [myhdl-list] Unsupported list comprehension form
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2016-01-15 03:43:16
|
On 1/14/16 9:37 PM, Jock Tanner wrote: > Chris, thank you for your swift reply! > That was a little bit of luck :) > Speaking of boolean logic in Python, all() and any() seemed so > well-placed and pythonic to me, I just could not imagine they are not > supported. Might be so, but it will need to be a future enhancement. The functions (any and all) need to be compiled to synthesizable Verilog and VHDL. Let us know if you have any other questions, Chris |