I have a problem AGAIN! Seems like muxes seem to trip me up, don't they! Especially the bigger ones, there are so many bleeping internal pins that I cannot stand it! And those blasted SEL lines...cussed old blighters! Whenever there's more than one, I get 'em confused. This is in the same vein as my topic "Where did I go wrong?" which is right below this one in the list. Ive checked the code for my Mux8way16 and there are NO duplicated internal things. And stay away from berating me/the way I see things for anything....someone whose username I cannot remember cut a little too close with his judgment and hurt my feelings.
Here is the parts section of my code. I didnt change anything else.
Mux16(a=a , b=b , sel=sel[0] , out=internal1 );
Mux16(a=c , b=d , sel=sel[0] , out=internal2 );
Mux16(a=internal1 , b=internal2 , sel=sel[1] , out=final1 );
Mux16(a=a , b=b , sel=sel[0] , out=internal3 );
Mux16(a=c , b=d , sel=sel[0] , out=internal4 );
Mux16(a=internal3 , b=internal4 , sel=sel[1] , out=final2 );
Mux16(a=final1 , b=final2 , sel=sel[2] , out=out );
Hello, I am The Gigabiter(my official Net pseudonym because if you give out your real name on the Net you're hosed), also known as Major_Monogram, ElectroPaint and lightsofpahrump(and daniel-g-cs50 on GitHub but dont go poking around my repos 'cause there's nothing there). I enrolled because I was recommended the course....it may be a bit above my pay grade. I live in Pahrump, Nevada, which is basically the middle of nowhere. I like technology; electric stuff including lighting, telephones and electric clocks; and books. DONT EMAIL ME OR ASK FOR MY ADDRESS, PHYSICAL OR EMAIL!