Where is DFF clock input?
Posted by tyler1313 on Aug 31, 2018; 6:09pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Where-is-DFF-clock-input-tp4032346.html
In Bit.hdl, DFF is used with one input and output.
PARTS:
DFF(in=muxout, out=ffout, out=out);
However, everywhere I look and even in the Nand2tetris book, there is supposed to be a clock input as well. Why is the clock input missing from Bit.hdl? The reason I ask is that I want to build the entire hack computer but I cannot do that without knowing where all of the inputs/outputs are going and there seem to be some missing from the built in chips such as the DFF chip. Also curious how this computer works in the hardware simulator if some chips are missing inputs or outputs.