<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/dev/zero &#187; circuit</title>
	<atom:link href="http://www.devzero.it/tag/circuit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devzero.it</link>
	<description>Unix power @ your service</description>
	<lastBuildDate>Sun, 10 Oct 2010 05:52:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ALU</title>
		<link>http://www.devzero.it/2009/06/alu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alu</link>
		<comments>http://www.devzero.it/2009/06/alu/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:11:57 +0000</pubDate>
		<dc:creator>unixo</dc:creator>
				<category><![CDATA[University]]></category>
		<category><![CDATA[adder]]></category>
		<category><![CDATA[ALU]]></category>
		<category><![CDATA[circuit]]></category>
		<category><![CDATA[multiplier]]></category>
		<category><![CDATA[shifter]]></category>
		<category><![CDATA[tkgate]]></category>

		<guid isPermaLink="false">http://www.devzero.it/?p=45</guid>
		<description><![CDATA[ALU circuit In computing, an arithmetic logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers. This project is an example of an ALU realized with Tkgate for university purposes. The following operators are implemented: [...]]]></description>
			<content:encoded><![CDATA[<h2>ALU circuit</h2>
<p>In computing, an <strong>arithmetic logic unit</strong> (<strong>ALU</strong>) is a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers.<br />
<span id="more-45"></span></p>
<p class="paragraph_style_3">This project is an example of an ALU realized with Tkgate for university purposes.</p>
<p class="paragraph_style_3">The following operators are implemented:</p>
<ul>
<li>adder</li>
<li>multiplier</li>
<li>divider</li>
<li>left/right and circular shift</li>
</ul>
<p>It works with 8-bit unsigned numbers.</p>
<p>Download <a href="http://www.devzero.it/files/ALU.tgz">ALU.tgz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devzero.it/2009/06/alu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

