added a comment to mux2
This commit is contained in:
parent
732526f0e3
commit
b162cff991
|
@ -283,6 +283,8 @@ namespace tmpl {
|
|||
export defcell MUX2_X1(bool! y; bool? a, b, s, vdd, vss)
|
||||
{
|
||||
// y = !( S ? b : a )
|
||||
// Actually looks more like
|
||||
// if s = 0 -> use A
|
||||
// Adjusted to fit the XFAB Muxes
|
||||
bool _s;
|
||||
bool _y;
|
||||
|
|
Loading…
Reference in New Issue