Re: [myhdl-list] Tristate top-level ports, (was Hello World)
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-07-11 10:23:38
|
Jose M. Gomez Cama <chemoki <at> gmail.com> writes: > > Dear both, > > The problem with the ternary operator is not myhdl but the VHDL version. The conditional assignment is not > available inside procedures before the version 2008. In version 93 the conditional assignment can only > be concurrent (always_comb). There is also a comment in the test_ternary.py. > > Best Dear Jose, it is definitely an issue of MyHDL interpreting the (python) ternary construct. Regards, Josy |