Re: [myhdl-list] Tristate top-level ports, (was Hello World)
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-07-10 07:21:33
|
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 Regards, Josy |