Login  Register

Re: using internal node as a select line

Posted by WBahn on Mar 10, 2019; 5:59am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/using-internal-node-as-a-select-line-tp4033017p4033023.html

You are trying to use a one-bit sub bus of an internal signal.

Say I have a chip named Fred that has an 8-bit output named out. I need to connect the full 8-bits to one part and just the next to least significant bit to another part.

Fred(out = fullwidthbus, out[1] = justonebit);