<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: You want latches? We got latches &#124; Flip-Flop Design</title>
	<atom:link href="http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/</link>
	<description>Tutorials and Insights in Electronics and Circuit Design</description>
	<lastBuildDate>Wed, 07 Sep 2011 12:13:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Nizamuddin</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-196</link>
		<dc:creator>Nizamuddin</dc:creator>
		<pubDate>Thu, 01 Jan 2009 05:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-196</guid>
		<description>very good tutorial on cmos based latch design</description>
		<content:encoded><![CDATA[<p>very good tutorial on cmos based latch design</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-195</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Mon, 29 Dec 2008 04:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-195</guid>
		<description>@Graham Petley:
Hi, Graham. Your schematics look correct to me. As you stated, the real implementation benefit of this configuration is in a fully-differential configuration, where I get to divide the power in half (or to put it another way, where I&#039;d have 2 single-ended latches anyway).

The other benefit of this design is that it has an evolution from the basic latch configuration, which serves as a good introduction to the workings of the latch.

I will admit that as an analog/RF engineer, I haven&#039;t really strayed outside of these (or similar) latch designs, as a fully-differential topology is strongly preferred, due to lower clock-induced supply bounce. These designs favor 50% duty ratio outputs over power efficiency. Of course, the majority of people don&#039;t care about duty ratio and matched rise/fall times.

I don&#039;t claim that it&#039;s an optimal general purpose latch--but it does its job at rather high frequencies.</description>
		<content:encoded><![CDATA[<p>@Graham Petley:<br />
Hi, Graham. Your schematics look correct to me. As you stated, the real implementation benefit of this configuration is in a fully-differential configuration, where I get to divide the power in half (or to put it another way, where I&#8217;d have 2 single-ended latches anyway).</p>
<p>The other benefit of this design is that it has an evolution from the basic latch configuration, which serves as a good introduction to the workings of the latch.</p>
<p>I will admit that as an analog/RF engineer, I haven&#8217;t really strayed outside of these (or similar) latch designs, as a fully-differential topology is strongly preferred, due to lower clock-induced supply bounce. These designs favor 50% duty ratio outputs over power efficiency. Of course, the majority of people don&#8217;t care about duty ratio and matched rise/fall times.</p>
<p>I don&#8217;t claim that it&#8217;s an optimal general purpose latch&#8211;but it does its job at rather high frequencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Petley</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-188</link>
		<dc:creator>Graham Petley</dc:creator>
		<pubDate>Tue, 23 Dec 2008 12:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-188</guid>
		<description>This is an unusual D-flop design which I wasn&#039;t familiar with. I wrote up a Spice deck and compared the perf with a regular D-flop design at www.vlsitechnology.org/html/cells/vsclib013/dfnt1.html. The new one is at www.vlsitechnology.org/html/cells/vsclib013/dfnt2.html.
In the case of single date and clock inputs and a single output, I can&#039;t see the advantage of this design. It&#039;s very big (34 transistors cf 24 for the regular flop) and uses more power for a slower speed. I also found bigger setup and hold times.
The parasitic caps are estimates since I haven&#039;t drawn a layout. I think it will be complex, with the nodes n1p,n1n thru n5p.n5n being tricky because continuous diffusion isn&#039;t possible.
Is the schematic I have drawn correct?</description>
		<content:encoded><![CDATA[<p>This is an unusual D-flop design which I wasn&#8217;t familiar with. I wrote up a Spice deck and compared the perf with a regular D-flop design at <a href="http://www.vlsitechnology.org/html/cells/vsclib013/dfnt1.html" rel="nofollow">http://www.vlsitechnology.org/html/cells/vsclib013/dfnt1.html</a>. The new one is at <a href="http://www.vlsitechnology.org/html/cells/vsclib013/dfnt2.html" rel="nofollow">http://www.vlsitechnology.org/html/cells/vsclib013/dfnt2.html</a>.<br />
In the case of single date and clock inputs and a single output, I can&#8217;t see the advantage of this design. It&#8217;s very big (34 transistors cf 24 for the regular flop) and uses more power for a slower speed. I also found bigger setup and hold times.<br />
The parasitic caps are estimates since I haven&#8217;t drawn a layout. I think it will be complex, with the nodes n1p,n1n thru n5p.n5n being tricky because continuous diffusion isn&#8217;t possible.<br />
Is the schematic I have drawn correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Tso</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-187</link>
		<dc:creator>Robert Tso</dc:creator>
		<pubDate>Sun, 21 Dec 2008 00:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-187</guid>
		<description>Very nice tutorial.</description>
		<content:encoded><![CDATA[<p>Very nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-186</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Sat, 20 Dec 2008 02:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-186</guid>
		<description>@mm: Thanks for the heads-up. I foud out that WordPress (or its Carrington theme) wasn&#039;t rendering underlines (which I was using as a proxy for overbars). Luckily, with a web version of Latex, I a now able to represent both C &amp; C-bar.</description>
		<content:encoded><![CDATA[<p>@mm: Thanks for the heads-up. I foud out that WordPress (or its Carrington theme) wasn&#8217;t rendering underlines (which I was using as a proxy for overbars). Luckily, with a web version of Latex, I a now able to represent both C &#038; C-bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan Wagh</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-176</link>
		<dc:creator>Poojan Wagh</dc:creator>
		<pubDate>Mon, 15 Dec 2008 11:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-176</guid>
		<description>@mm: You are correct; I have &lt;b&gt;C&lt;/b&gt; &amp; &lt;b&gt;C&lt;/b&gt;-bar reversed in the description. I&#039;ll fix it when I get a chance.</description>
		<content:encoded><![CDATA[<p>@mm: You are correct; I have <b>C</b> &#038; <b>C</b>-bar reversed in the description. I&#8217;ll fix it when I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mm</title>
		<link>http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/comment-page-1/#comment-175</link>
		<dc:creator>mm</dc:creator>
		<pubDate>Mon, 15 Dec 2008 10:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitdesign.info/blog/2008/12/you-want-latches-we-got-latches-flip-flop-design/#comment-175</guid>
		<description>It looks to me as if clock phases driving PMOS devices in the pre-charge type circuit were reversed. To make the circuit work as described, first stage should be driven with &quot;C&quot; and the second one with &quot;/C&quot;.</description>
		<content:encoded><![CDATA[<p>It looks to me as if clock phases driving PMOS devices in the pre-charge type circuit were reversed. To make the circuit work as described, first stage should be driven with &#8220;C&#8221; and the second one with &#8220;/C&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

