Re: [myhdl-list] *** GMX Spamverdacht *** Re: *** Hello World
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-05-19 15:50:53
|
> Hello Josy, > > This conviced me, i will stay with myhdl, i think its really great. > If there is a problem with tristate at the moment i can live with that, > as i know now how to work around. > Thanks a lot. > Regards, > guenther > Welcome to our growing community! I submitted a Pull Request to fix that bug. One observation: in your code you are actually using a TriState pin to drive.read the I2C_SDAT. In reality the SDa pin in the I2C is an opendrain, with a pull-up in the circuit. So you can only drive it *low* and keep it tristated otherwise. Regards, Josy |