Re: [myhdl-list] Tristate top-level ports, (was Hello World)
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-07-10 20:12:04
|
On 7/10/15 2:21 AM, Josy Boelen wrote: > Christopher Felton <chris.felton <at> gmail.com> writes: > >> Think I found it #74: >> https://github.com/jandecaluwe/myhdl/pull/74 >> >> For reasons unknown (thus far) this breaks code >> that previously converted: >> https://gist.github.com/cfelton/6119313 > > MyHDL doesn't always like the ternary construct: > 'sda_d.next = False if not sda_o else None' > > The PR #74 has, IMHO, no influence on the conversion of that construct. > > I have seen some of these ternary statements fail, and some not ... > > Also see issue #86 > Josy, Makes sense, when I used git bisect it ended up at the version created after the #74 PR merge (unless I misinterpreted bisect results). https://github.com/jandecaluwe/myhdl/issues/98 Thanks! Chris |