Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

detecting rising edge

Status
Not open for further replies.

iliya24

Member level 2
Joined
Dec 15, 2011
Messages
50
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,609
Hello.

I have an Enitiy that have in siraial input ,clk and output bus.

i need to count time between falling edge of my input until rising edge of the same input but all this needs to be synchronize to main cl k.
Thx
 

put a double syncroniser (flop1 ,flop2)and connect the output of this to a 3 rd flip flop...
now use (a and ~b) logic at the output of flops 2 and 3
where a and b are outputs of flops 2 and 3
...
all the flops are synconosed to mainclk...


Hello.

I have an Enitiy that have in siraial input ,clk and output bus.

i need to count time between falling edge of my input until rising edge of the same input but all this needs to be synchronize to main cl k.
Thx
 
Thx, could u help me some more i am a new to all this i cant realy undersatn how 3 flip lops will help me to detected risiing ede and falling edge i need to detected both but on the same input .
thx.
 

a exor b can detect both rise and fall edge
a and ~b detects rise edge
~a and b detects fall edge
please draw the circuit and verify by drawing waveforms

Thx, could u help me some more i am a new to all this i cant realy undersatn how 3 flip lops will help me to detected risiing ede and falling edge i need to detected both but on the same input .
thx.

- - - Updated - - -

a xor b can detect both rise and fall edge
a and ~b detects rise edge
~a and b detects fall edge
please draw the circuit and verify by drawing waveforms

Thx, could u help me some more i am a new to all this i cant realy undersatn how 3 flip lops will help me to detected risiing ede and falling edge i need to detected both but on the same input .
thx.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top