Sunday 14 September 2014

computer architecture - Sequential Circuits


I'm learning about sequential circuits, and it's driving me crazy. How can you use an output as input, what was it's value at time 0? It can't go on forever...




Answer



Generally, its input at time 0 is arbitrary unless a reset circuit of some kind forces it. You either have to have such a reset circuit, or your design has to work regardless of the input at time 0.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...