m-labs / migen

A Python toolbox for building complex digital hardware
https://m-labs.hk/migen
Other
1.2k stars 209 forks source link

TSTriple() usage #246

Open jimmymagemtek opened 3 years ago

jimmymagemtek commented 3 years ago

Hi Sir, As the line of code below,

    ts_sda = TSTriple(1)

ts_sda then has three attributes: ts_sda.i ts_sda.o ts_sda.oe Why do I see in some example code that ts_sda.oe is used as the output port, instead of ts_sda.o ?

What do they really represent respectively? I can't tell even after see the definition in specials.py

Thanks. Jimmy