<?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"
	>
<channel>
	<title>Comments on: New Gate Design Using LTspice/SwitcherCAD III</title>
	<atom:link href="http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/</link>
	<description>The Home For Smart Reusable Code &#38; Circuits</description>
	<pubDate>Thu, 04 Dec 2008 04:22:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-54537</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Fri, 10 Oct 2008 07:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-54537</guid>
		<description>Hi Allen:

Thank you for your interest in working with LTSpice via this blog post. I will fill you in on my own experiences and perhaps this will trigger some new ideas for you.  From your question, I think you have downloaded myflip-flop gates described in this post. I also assume you have tried to extend their use beyond my simple test bed. 

I went through a learning curve in the use of LTSpice supplied logic gates. I had already confirmed with other LTSpice online users that the basic building blocks for my own mixed analog/digital designs can and should start with these basic building blocks.  At first I thought all basic gates supplied with the LTSpice library are created "equally" - in the sense that each flip-flop behaves like a collection of generic similarly behaved set of gates as defined in some of my digital logic text books.  This turns out not to be true.

Some LTSpice library gates are better choices than others based on the actual performance of the logic gates within the simulator. I discovered that the worst flip-flop gates to start with are included within the SR Flip-Flop and the best ones are in the D Flip-Flop.  This is why, in my final design, I selected the D Flip-Flop even to meet SR Flip-Flop design requirements. See my last photo in this post.

I more fully explore the subject in my next post here: http://www.embeddedcomponents.com/blogs/2008/04/74hc193-for-ltspice-switchercadiii/

In the 74hc193 blog post, I describe a more complex circuit built from many of my basic flip-flops along with some controls to simulate more specific real-time behavior constraints via the .param and .tran statements: &lt;a href="http://www.embeddedcomponents.com/blogs/wp-content/uploads/2008/04/74hc193test.htm" target=”_blank” rel="nofollow"&gt;See figure #2 {larger view}&lt;/a&gt; as a detailed example. The .param control works as a global set of controls because I included these same variable names within each gate of my sub-assemblies. 

Does this help?

Best regards,

Ron</description>
		<content:encoded><![CDATA[<p>Hi Allen:</p>
<p>Thank you for your interest in working with LTSpice via this blog post. I will fill you in on my own experiences and perhaps this will trigger some new ideas for you.  From your question, I think you have downloaded myflip-flop gates described in this post. I also assume you have tried to extend their use beyond my simple test bed. </p>
<p>I went through a learning curve in the use of LTSpice supplied logic gates. I had already confirmed with other LTSpice online users that the basic building blocks for my own mixed analog/digital designs can and should start with these basic building blocks.  At first I thought all basic gates supplied with the LTSpice library are created &#8220;equally&#8221; - in the sense that each flip-flop behaves like a collection of generic similarly behaved set of gates as defined in some of my digital logic text books.  This turns out not to be true.</p>
<p>Some LTSpice library gates are better choices than others based on the actual performance of the logic gates within the simulator. I discovered that the worst flip-flop gates to start with are included within the SR Flip-Flop and the best ones are in the D Flip-Flop.  This is why, in my final design, I selected the D Flip-Flop even to meet SR Flip-Flop design requirements. See my last photo in this post.</p>
<p>I more fully explore the subject in my next post here: <a href="http://www.embeddedcomponents.com/blogs/2008/04/74hc193-for-ltspice-switchercadiii/" rel="nofollow">http://www.embeddedcomponents.com/blogs/2008/04/74hc193-for-ltspice-switchercadiii/</a></p>
<p>In the 74hc193 blog post, I describe a more complex circuit built from many of my basic flip-flops along with some controls to simulate more specific real-time behavior constraints via the .param and .tran statements: <a href="http://www.embeddedcomponents.com/blogs/wp-content/uploads/2008/04/74hc193test.htm" target=”_blank” rel="nofollow">See figure #2 {larger view}</a> as a detailed example. The .param control works as a global set of controls because I included these same variable names within each gate of my sub-assemblies. </p>
<p>Does this help?</p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Kelly</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-54417</link>
		<dc:creator>Allen Kelly</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-54417</guid>
		<description>I don't know why but plain SR and DFLOP components from today's download 10/09/2008 only work with the most simple of circuits.  

Embedded in a mixed analog and power model these logic functions fail to perform.   I did a side-by-side with the SR Flop for example, and given the same input and output characteristics with a very, very simple demo circuit and my more complex application..  the SR Flop in the more complex application failed.   Any Ideas???

Allen Kelly,  Northrop Grumman</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why but plain SR and DFLOP components from today&#8217;s download 10/09/2008 only work with the most simple of circuits.  </p>
<p>Embedded in a mixed analog and power model these logic functions fail to perform.   I did a side-by-side with the SR Flop for example, and given the same input and output characteristics with a very, very simple demo circuit and my more complex application..  the SR Flop in the more complex application failed.   Any Ideas???</p>
<p>Allen Kelly,  Northrop Grumman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Embedded Components and Tools Blog Center &#187; Blog Archive &#187; Introducing 74HC193 Simulation to LTspice</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-26411</link>
		<dc:creator>Embedded Components and Tools Blog Center &#187; Blog Archive &#187; Introducing 74HC193 Simulation to LTspice</dc:creator>
		<pubDate>Thu, 15 May 2008 18:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-26411</guid>
		<description>[...] Embedded Components and Tools Blog Center       &#171; New Gate Design Using LTspice/SwitcherCAD III [...]</description>
		<content:encoded><![CDATA[<p>[...] Embedded Components and Tools Blog Center       &laquo; New Gate Design Using LTspice/SwitcherCAD III [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-24182</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Thu, 17 Apr 2008 10:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-24182</guid>
		<description>Thank you Helmut.  I have updated this blog post to include an updated design based on the LT supplied D Flip-Flop. By making this update, I hope my new IC built from this work will be all that much better.

Best regards,
Ron</description>
		<content:encoded><![CDATA[<p>Thank you Helmut.  I have updated this blog post to include an updated design based on the LT supplied D Flip-Flop. By making this update, I hope my new IC built from this work will be all that much better.</p>
<p>Best regards,<br />
Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helmut Sennewald</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-24004</link>
		<dc:creator>Helmut Sennewald</dc:creator>
		<pubDate>Tue, 15 Apr 2008 20:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/04/new-gate-design-using-ltspiceswitchercad-iii/#comment-24004</guid>
		<description>Hello,

It's more safe to make JK- and T-flipflops based on the A-device dflop (D-flipflop).  This dflop is already only edge sensitive as required.

You can find the examples in the Files-section of the LTspice group.
Files &#62;  Lib &#62; JK-Flipflop and T-Flipflop

Best regards,
Helmut</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>It&#8217;s more safe to make JK- and T-flipflops based on the A-device dflop (D-flipflop).  This dflop is already only edge sensitive as required.</p>
<p>You can find the examples in the Files-section of the LTspice group.<br />
Files &gt;  Lib &gt; JK-Flipflop and T-Flipflop</p>
<p>Best regards,<br />
Helmut</p>
]]></content:encoded>
	</item>
</channel>
</rss>
