Re: different bus widths
Posted by afsd on Sep 27, 2011; 4:32pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/different-bus-widths-tp3372452p3373175.html
an example in the book seems to allow attaching an internal pin to multiple with that syntax
Foo(in[2..4]=v, in[6..7]=true, out[0..3]=x, out[2..6]=y)
I used a mux instead to get the ALU working but still curious as to why that doesn't work