slawless wrote
I'm not quite sure what the error means (says line 17, which is the first line under parts)/ not sure what's wrong with the code. I assume I can make mux16 with 16 mux chips. My code is listed below, please help :)
PARTS:
Mux(a=a[0], b=b[0], sel=sel, out=[0]);
Mux(a=a[0], b=b[0], sel=sel, out=out[0]);
***
etc.
Once you have solved your problem, please edit your post to remove the source code.
--Mark