Mux4Way16 gate

4對16多工器,4組資料線(一組16條),3條選擇線,16條輸出線。

CHIP Mux4Way16

{
    IN a[16], b[16], c[16], d[16], sel[2];
    OUT out[16];
    PARTS:
    Mux16(a=a, b=b, sel=sel[0], out=outab);
    Mux16(a=c, b=d, sel=sel[0], out=outcd);
    Mux16(a=outab, b=outcd, sel=sel[1], out=out);
}

results matching ""

    No results matching ""