R
Rick C. Hodgin
Guest
On Wednesday, November 28, 2018 at 2:49:23 PM UTC-5, gnuarm.del...@gmail.com wrote:
I understand concepts. I even know flip-flop, but the FF abbreviation wasn't on my radar.
> What do you call a flip flop? What would you use as the data input?
I have thought of them as bit storage. And as I understand their use, they are explicitly set to 0 or 1, and do not actually flip flop. They maintain the state specified as of the time of their last setting, so they output continually as a bit buffer.
I think D_in would be wired to my BUSY signal, and the SET input would be asserted on each clock's rising edge. This would consistently set the FF to 0 or 1 based on the BUSY input, and it would sustain throughout the entire clock cycle, being re-SET each time to the new state.
--
Rick C. Hodgin
FF means Flip Flop, the basic element of storage in digital logic. D_in comes from your logic. It is any signal you want it to be.
I don't know if we are simply having communication problems because you are not familiar with the most fundamental nomenclature of digital logic design or if you don't understand the concepts of digital logic. I find both ideas equally implausible.
I understand concepts. I even know flip-flop, but the FF abbreviation wasn't on my radar.
> What do you call a flip flop? What would you use as the data input?
I have thought of them as bit storage. And as I understand their use, they are explicitly set to 0 or 1, and do not actually flip flop. They maintain the state specified as of the time of their last setting, so they output continually as a bit buffer.
I think D_in would be wired to my BUSY signal, and the SET input would be asserted on each clock's rising edge. This would consistently set the FF to 0 or 1 based on the BUSY input, and it would sustain throughout the entire clock cycle, being re-SET each time to the new state.
--
Rick C. Hodgin