M
mynewlifever@yahoo.com.cn
Guest
how to write available tri-state?I saw some code write like this:
assign con_in = control; //control is the
tri-state bus
assign control = en?con_out:1:bz; //en is the enable signal
Does all the tri-state bus is open-drain?
Does all the tri-state bus need to be pull up outside the chip?
Thank you!
assign con_in = control; //control is the
tri-state bus
assign control = en?con_out:1:bz; //en is the enable signal
Does all the tri-state bus is open-drain?
Does all the tri-state bus need to be pull up outside the chip?
Thank you!