
clocking on rising AND falling edge of a clock
Quote:
> This type of problem is not well supported for synthesis. Much better would
> be if you have a high speed clock you can use to sample the your clock for
> both edges.
> Another method would be to use a PLL to double the clock frequency, such as
> are available in larger FPGAs.
Xilinx Virtex and spartanII families have Delay lock loops even in the smallest
(15K gates) devices. The DLLs can be used to double clocks.
Quote:
> Ian.
> > Hi all,
> > Can anybody tell me how I can clock a process on the rising AND falling
> edge
> > of a clock signal ?
> > I want to do something like :
> > <<<<<if (clock_in'event and clock_in='1' and clock_in='0') then >>>>>
> > but it doesn't work.
> > Please help
> > Abraham
--
--Ray Andraka, P.E.
President, the Andraka Consulting Group, Inc.
401/884-7930 Fax 401/884-7950
http://www.andraka.com
"They that give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety."
-Benjamin Franklin, 1759