10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
|
|
CHIP Manifold16 {
|
|
IN in;
|
|
OUT out[16];
|
|
|
|
PARTS:
|
|
ManifoldNot16(in=in, out[0..15]=notout);
|
|
Not16(in=notout, out=out);
|
|
}
|