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.

How can we design a circuit using combinational circuit to double the frequency?

Status
Not open for further replies.

haneet

Full Member level 3
Joined
Nov 7, 2006
Messages
160
Helped
14
Reputation
28
Reaction score
1
Trophy points
1,298
Activity points
2,219
how can we design a ckt using combinational ckt to double the frequency?
 

plz help

there is this circuit which uses xor and inverters/buffers, which supposedly can double the frequency. but, as far as i know, i've not come across anyone using it.

this is how it works.

assign temp = !(!clk);
assign clk_twice = clk ^ temp;

idea is that, when this is synthesized, the '!' operator is synthesized as inverter with some propagation delay(Tpd). the Tpd is adjusted such that it's 1/4th the Tpd of XOR gate. so, when these two signals are xor'ed we get twice the frequency.

23_1163611649_thumb.jpg


Added after 18 minutes:

This is only theoretical, if we try to synthesize using any tool, in all probabilities, it might remove the inverters.
 

plz help

Hi sree,

it willnot work in the real time u cant controll the tanshition time and theduty cycle is also a problem for that.

regards,
rameshs
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top