Re: Internal pin to bus

Posted by Christer Nilsson on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Internal-pin-to-bus-tp4026005p4027764.html

It would be nice to have a built in Dummy, maybe named NOP, Wire or something similar.

Chip Nop {
  IN in;
  OUT out;

  PARTS:
    BuiltIn;  // in=out;
}