Set-up time in digital circuits

AI Thread Summary
Input stability before a clock transition is crucial in digital circuits to ensure accurate value reading and avoid errors. Setup time is related to the internal arrangement and propagation of signals within the circuit, requiring inputs to be stable for a specified duration before the clock edge. The rise time of the clock and data signals should differ to prevent circuit malfunction, although the setup time itself is not directly tied to clock rise time. The setup time accounts for the charging of transistor capacitances within the gate, ensuring proper response. Some gates can be designed to operate with zero setup time, enhancing performance.
likephysics
Messages
638
Reaction score
4
Why should the input in any logic be present before the clock?
Is the setup time related to clock rise time?
 
Engineering news on Phys.org
Precisely. You want the inputs to be stable before a clock transition in order to ensure that you're reading the right value, and not the previous value, or possibly even worse, some transition value between the two. Why do they say that a value should be stable for X nanoseconds before the clock? Probably because of how things are arranged internally and how they propagate. That or they ran some tests and that was the minimum value that did not result in errors.
 
MATLABdude said:
Precisely. You want the inputs to be stable before a clock transition in order to ensure that you're reading the right value, and not the previous value, or possibly even worse, some transition value between the two. Why do they say that a value should be stable for X nanoseconds before the clock? Probably because of how things are arranged internally and how they propagate. That or they ran some tests and that was the minimum value that did not result in errors.

ok. thanks. A year ago, I was trying to use the same signal for clock and data in, it worked in simulator but did not work in the ckt. I had to delay the clock.

The rise time at the data in and the clock must be different. If they are same, my ckt should have worked.
 
It's actually not generally related to the clock rise time, because gates are designed to very rapidly change state at a specific trigger voltage. Whether you arrive at that voltage quickly or slowly, the change in state happens with the same quickness.

The setup time is for charging the capacitance of the transistors inside the gate. Even after maximal voltage has been attained at the gate's input, the transistor gates, junction capacitances, etc. within still must be charged. The amount of time needed to guarantee that the gate reacts properly is called the setup time.

Quite often, gates can be specifically designed to have zero setup time.

- Warren
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top