<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Saisjsu's Weblog</title>
	<atom:link href="http://saisjsu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://saisjsu.wordpress.com</link>
	<description>Digital Design</description>
	<lastBuildDate>Tue, 13 May 2008 06:40:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='saisjsu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Saisjsu's Weblog</title>
		<link>http://saisjsu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://saisjsu.wordpress.com/osd.xml" title="Saisjsu&#039;s Weblog" />
	<atom:link rel='hub' href='http://saisjsu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>File handling in Perl</title>
		<link>http://saisjsu.wordpress.com/2008/05/03/file-handling-in-perl/</link>
		<comments>http://saisjsu.wordpress.com/2008/05/03/file-handling-in-perl/#comments</comments>
		<pubDate>Sat, 03 May 2008 22:21:14 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=17</guid>
		<description><![CDATA[Here is the basic perl program which does the same as the UNIX cat command on a certain file. #!/usr/local/bin/perl # # Program to open the password file, read it in, # print it, and close it again. $file = '/etc/passwd'; # Name the file open(INFO, $file); # Open the file @lines = &#60;INFO&#62;; # [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=17&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is the basic perl program which does the same as the UNIX <strong>cat</strong> command on a certain file.</p>
<pre>#!/usr/local/bin/perl
#
# Program to open the password file, read it in,
# print it, and close it again.

$file = '/etc/passwd';		# Name the file
open(INFO, $file);		# Open the file
@lines = &lt;INFO&gt;;		# Read it into an array
close(INFO);			# Close the file
print @lines;			# Print the array
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=17&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2008/05/03/file-handling-in-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>The Basics of networking</title>
		<link>http://saisjsu.wordpress.com/2008/03/09/the-basics-of-networking/</link>
		<comments>http://saisjsu.wordpress.com/2008/03/09/the-basics-of-networking/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 21:18:46 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[TCP/IP & OSI]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=21</guid>
		<description><![CDATA[The basics of networking starts with the OSI model. Firstly Lets see what is OSI = Open Systems Interconnect To start with there are 7 layers and here is a picture showing the same.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=21&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The basics of networking starts with the OSI model.</p>
<p>Firstly Lets see what is OSI = Open Systems Interconnect</p>
<p>To start with there are 7 layers and here is a picture showing the same.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://saisjsu.files.wordpress.com/2008/05/osi-model-7-layers1.png?w=500" alt="" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=21&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2008/03/09/the-basics-of-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>

		<media:content url="http://saisjsu.files.wordpress.com/2008/05/osi-model-7-layers1.png" medium="image" />
	</item>
		<item>
		<title>Why I use UBUNTU at Home</title>
		<link>http://saisjsu.wordpress.com/2008/02/07/why-i-use-ubuntu-at-home/</link>
		<comments>http://saisjsu.wordpress.com/2008/02/07/why-i-use-ubuntu-at-home/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 18:46:57 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=20</guid>
		<description><![CDATA[Initially i was using Microsoft Windos XP at home. No doubt it was very user friendly but often the PC was affected with Viruses and pop ups. When i have mentioned the same to a friend of mine, she suggested me to move to Linux and try out UBUNTU. Couple of months back i gave [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=20&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Initially i was using Microsoft Windos XP at home. No doubt it was very user friendly but often the PC was affected with Viruses and pop ups. When i have mentioned the same to a friend of mine, she suggested me to move to Linux and try out UBUNTU.</p>
<p>Couple of months back i gave a try and installed UBUNTU and i love it.  Here is what i found</p>
<ul>
<li><span style="color:#ff6600;">Don&#8217;t have to worry about Virus protection software,</span></li>
<li><span style="color:#ff6600;">Can practice shell scripting,</span></li>
<li><span style="color:#ff6600;">It is fast,</span></li>
<li><span style="color:#ff6600;">Install Apache, still my PC was fast.</span></li>
<li><span style="color:#ff6600;">No POP-UP&#8217;s while browsing.</span></li>
<li><span style="color:#ff6600;">No need for a firewall.</span></li>
<li><span style="color:#ff6600;">Automatic Updtes<br />
</span></li>
</ul>
<p>Some Drawback thoug.</p>
<ul>
<li>Took me a while to set up my Wireless at home.</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=20&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2008/02/07/why-i-use-ubuntu-at-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>Procedural Statements and Assignments</title>
		<link>http://saisjsu.wordpress.com/2008/02/03/procedural-statements-and-assignments/</link>
		<comments>http://saisjsu.wordpress.com/2008/02/03/procedural-statements-and-assignments/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 22:46:41 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=19</guid>
		<description><![CDATA[Structured Procedured statements: Initial :All statements in the initial block are executed only once during a simulation.if there are multiple initial blocks each block starts to execute simultaneously at time 0 only once during the simulation.if a delay is seen before the initial statement ,then that statement is executed &#60;delay&#62; time units after the simulation. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=19&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Structured Procedured statements:</p>
<p>Initial :All statements in the initial block are executed only once during a simulation.if there are multiple initial blocks each block starts to execute simultaneously at time 0 only once during the simulation.if a delay is seen before the initial statement ,then that statement is executed &lt;delay&gt; time units after the simulation.</p>
<p>Always :unlike the above statement ,the always block is excuted all time during the simulation in the form of a loop.this statement is always associated with a sensitivity list or a delay.</p>
<p>Procedural Assignments:</p>
<p>Blocking Assignments :these statemnets are executed in the order they are specified in a sequential block.these statements will not block execution of statements that follow in a parallel block.the &#8220;=&#8221; operator is used to specify blocking assignments.</p>
<p>Non blocking statements :this is represented by &#8220;&lt;=&#8221;.these assignments allow scheduling of assignments without blocking execution of the other statements in the block.typically, these statements are executed last after all the blocking assignments in the block are executed.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=19&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2008/02/03/procedural-statements-and-assignments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>Verilog : Fundamentals</title>
		<link>http://saisjsu.wordpress.com/2008/01/14/verilog-fundamentals/</link>
		<comments>http://saisjsu.wordpress.com/2008/01/14/verilog-fundamentals/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 06:15:42 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=26</guid>
		<description><![CDATA[Module is used to provide a common functionality that is used in many places in the design. Syntax module &#60;module_name&#62; (&#60;module_terminal_list&#62;); Module_terminal_list describes the I/O terminals of the module. Instantiation of Module Process of creating OBJECTS from Modules Duplication of Modules. Objects are called instances. Operators There are 3 types Unary [ a = ~ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=26&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Module is used to provide a common functionality that is used in many places in the design.</p>
<p><span style="color:#800000;"><span style="text-decoration:underline;"><strong>Syntax</strong></span></span></p>
<p><span style="color:#0000ff;"><em>module &lt;module_name&gt; (&lt;module_terminal_list&gt;);</em></span></p>
<p>Module_terminal_list describes the I/O terminals of the module.</p>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">Instantiation of Module</span></strong></span></p>
<p>Process of creating OBJECTS from Modules Duplication of Modules.  Objects are called instances.</p>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">Operators</span></strong></span></p>
<p>There are 3 types</p>
<ul>
<li>Unary [ a = ~ b ]</li>
<li>Binary [ a = b &amp;&amp; c ]</li>
<li>ternary [ a = b ? c : d ]</li>
</ul>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">Number Specification</span></strong></span></p>
<p>&lt;size&gt;&#8217;&lt;base_format&gt; &lt; number&gt;.</p>
<p>Ex : 4&#8242;b1111 / This is a 4-bit binary number</p>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">Parameter</span></strong></span></p>
<p>Used to define Constants in a module</p>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">Compiler Directives</span></strong></span></p>
<p>&#8216;define</p>
<p>this is similar to #define in c.</p>
<p>&#8216;include similar to the include header files in c.</p>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">Port Declaration</span></strong></span></p>
<p>Module Name,</p>
<p>Port List, Port Declarations [ Ports provide an interface for the module to communicate to the external environment ]</p>
<p><span style="color:#0000ff;"><span style="text-decoration:underline;">Example:</span></span></p>
<p><span style="color:#0000ff;">module SR_latch(Q, Qbar, Sbar, Rbar);</span></p>
<p><span style="color:#0000ff;">//Port Declaration</span></p>
<p><span style="color:#0000ff;">output Q, Qbar;</span></p>
<p><span style="color:#0000ff;">input Sbar, Rbar;</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=26&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2008/01/14/verilog-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>Control statements</title>
		<link>http://saisjsu.wordpress.com/2008/01/03/control-statements/</link>
		<comments>http://saisjsu.wordpress.com/2008/01/03/control-statements/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 22:44:40 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=18</guid>
		<description><![CDATA[If-else : This statement is used to check if the code can be executed or not,i.e.if the condition is true then the code is excuted else the alternate or the other part of the code is executed.In a code,nested if-else can be used. Formal Syntax Definition : if (&#60;expression&#62;) true_statement ; else false_statement; Case: nested [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=18&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If-else : This statement is used to check if the code can be executed or not,i.e.if the condition is true then the code is excuted else the alternate or the other part of the code is executed.In a code,nested if-else can be used.</p>
<p>Formal Syntax Definition : if (&lt;expression&gt;) true_statement ; else false_statement;</p>
<p>Case:</p>
<p>nested if-else in a code will yield unwanted results and create problems.this can be avoided by using the CASE statement .</p>
<p>Syntax Definition : case (expression)</p>
<p>alternative1: statement1;</p>
<p>alternative2:statement 2;</p>
<p>default</p>
<p>endcase</p>
<p>the expression is compared to the alternatives in the block and the statement of the alternative th at matches is executed else it goes to default.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=18&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2008/01/03/control-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux / Flavours / Installation</title>
		<link>http://saisjsu.wordpress.com/2007/12/28/linux-flavours-installation/</link>
		<comments>http://saisjsu.wordpress.com/2007/12/28/linux-flavours-installation/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 18:33:27 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/2007/12/28/linux-flavours-installation/</guid>
		<description><![CDATA[What are the flavours 1. Red Hat 2. Ubuntu , I use this at home and it is very good. Installation is very smooth and easy 3.Knoppix<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=13&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What are the flavours</p>
<p>1. Red Hat</p>
<p>2. Ubuntu , I use this at home and it is very good. Installation is very smooth and easy</p>
<p>3.Knoppix</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=13&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2007/12/28/linux-flavours-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to perl</title>
		<link>http://saisjsu.wordpress.com/2007/12/26/introduction-to-perl/</link>
		<comments>http://saisjsu.wordpress.com/2007/12/26/introduction-to-perl/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 17:27:13 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/2007/12/26/introduction-to-perl/</guid>
		<description><![CDATA[Practical Extraction and Reporting Language What is perl Interpreted programming language or Scripting language. Perl was first brought into being by Larry Wall circa 1987 as a general purpose Unix scripting language to make his programming work simpler. Although it has far surpassed his original creation, Larry Wall still oversees development of the core language, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=12&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>P</strong>ractical <strong>E</strong>xtraction and <strong>R</strong>eporting <strong>L</strong>anguage</span></p>
<p><span style="color:#800000;"><span style="text-decoration:underline;"><strong>What is perl</strong></span></span></p>
<p><strong>Interpreted</strong> programming language or Scripting language.</p>
<p>Perl was first brought into being by Larry Wall circa 1987 as a general purpose Unix scripting language to make his programming work simpler. Although it has far surpassed his original creation, Larry Wall still oversees development of the core language, and the newest version, Perl 6</p>
<p><strong><span style="color:#800000;"><span style="text-decoration:underline;">How to Install Perl</span></span></strong></p>
<p>-If you are like me using UBUNTU you get it pre-installed with the OS. However if you are using Windos and want to install it, you can download the binaries from this site : http://www.perl.com/</p>
<p><span style="color:#800000;"><strong><span style="text-decoration:underline;">How to know the version of perl installed</span></strong></span></p>
<p><span style="color:#000080;">perl -v</span></p>
<p>Some real good sites</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=12&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2007/12/26/introduction-to-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
		<item>
		<title>Verilog : Data Types</title>
		<link>http://saisjsu.wordpress.com/2007/12/26/taking-clock-in-verilog/</link>
		<comments>http://saisjsu.wordpress.com/2007/12/26/taking-clock-in-verilog/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 17:25:52 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/2007/12/26/taking-clock-in-verilog/</guid>
		<description><![CDATA[Data types : There are 2 kinds of data types &#8211;Regs and Wires.These data types can single/multi bit.Usually all port declarations are intended to be on a wire but if a port needs to hold /remember a value a reg is used.(A port is an interface between the module and the external environment.) Operators : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=11&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Data types :<br />
There are 2 kinds of  data types &#8211;Regs and Wires.These data types can single/multi bit.Usually all port declarations are intended to be on a wire but if a port needs to hold /remember a value  a reg is used.(A port is an interface between the module and the external environment.)</p>
<p>Operators :</p>
<p>Similar to  C programming language,verilog provides the following operators .</p>
<p>Arithmetic , logical ,relational,bitwise,equality , shift,concatenation,replication ,and conditional.</p>
<table id="main" border="0">
<tbody>
<tr>
<td colspan="3" width="603" valign="top">
<div>
<table style="border-collapse:collapse;" border="0" cellspacing="0" cellpadding="0" width="99%">
<tbody>
<tr>
<td width="94%">
<table border="0" cellspacing="2" width="98%">
<tbody>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="black"><span style="color:yellow;"><strong>Operator Type </strong></span></td>
<td style="border:1px none black;" width="30%" bgcolor="black"><span style="color:yellow;"><strong>Operator Symbol </strong></span></td>
<td style="border:1px none black;" width="40%" bgcolor="black"><span style="color:yellow;"><strong>Operation Performed</strong></span></td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"><strong>Arithmetic</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">*</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Multiply</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">/</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Division</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">+</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Add</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">-</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Subtract</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">%</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Modulus</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">+</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Unary plus</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">-</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Unary minus</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"><strong>Logical</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">!</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Logical negation</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">&amp;&amp;</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Logical and</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">||</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Logical or</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"><strong>Relational</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">&gt;</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Greater than</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">&lt;</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Less than</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">&gt;=</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Greater than or equal</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">&lt;=</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Less than or equal</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"><strong>Equality</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">==</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Equality</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">!=</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">inequality</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"><strong>Reduction</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">~</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Bitwise negation</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">~&amp;</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">nand</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">|</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">or</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">~|</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">nor</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">^</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">xor</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">^~</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">xnor</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">~^</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">xnor</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"><strong>Shift</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">&gt;&gt;</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Right shift</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">&lt;&lt;</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">Left shift</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66"><strong>Concatenation</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="#ccff66">{ }</td>
<td style="border:1px none black;" width="40%" bgcolor="#ccff66">Concatenation</td>
</tr>
<tr>
<td style="border:1px none black;" width="30%" bgcolor="silver"><strong>Conditional</strong></td>
<td style="border:1px none black;" width="30%" bgcolor="silver">?</td>
<td style="border:1px none black;" width="40%" bgcolor="silver">conditional</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="http://www.asic-world.com/images/main/space.gif" alt="space.gif" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="94%"><strong>Example &#8211; </strong></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="http://www.asic-world.com/images/main/space.gif" alt="space.gif" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="94%" align="justify">
<ul>
<li> a = b + c  ; // That was very easy</li>
<li> a = 1 &lt;&lt; 5; // Hum let me think, ok shift &#8217;1&#8242; left by 5 positions.</li>
<li> a = !b        ; // Well does it invert b???</li>
<li> a = ~b       ; // How many times do you want to assign to &#8216;a&#8217;, it could cause multiple-drivers.</li>
</ul>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td width="94%"></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="94%" align="justify"></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="http://www.asic-world.com/images/main/space.gif" alt="space.gif" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="http://www.asic-world.com/images/main/space.gif" alt="space.gif" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="http://www.asic-world.com/images/main/space.gif" alt="space.gif" /></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="http://www.asic-world.com/images/main/space.gif" alt="space.gif" /></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr>
<td width="201" valign="top">
<p align="center">
</td>
<td width="201" valign="top">
<p align="center"><a href="http://www.asic-world.com/verilog/verilog_one_day.html"><br />
</a></p>
</td>
</tr>
</tbody>
</table>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=11&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2007/12/26/taking-clock-in-verilog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>

		<media:content url="http://www.asic-world.com/images/main/space.gif" medium="image">
			<media:title type="html">space.gif</media:title>
		</media:content>

		<media:content url="http://www.asic-world.com/images/main/space.gif" medium="image">
			<media:title type="html">space.gif</media:title>
		</media:content>

		<media:content url="http://www.asic-world.com/images/main/space.gif" medium="image">
			<media:title type="html">space.gif</media:title>
		</media:content>

		<media:content url="http://www.asic-world.com/images/main/space.gif" medium="image">
			<media:title type="html">space.gif</media:title>
		</media:content>

		<media:content url="http://www.asic-world.com/images/main/space.gif" medium="image">
			<media:title type="html">space.gif</media:title>
		</media:content>

		<media:content url="http://www.asic-world.com/images/main/space.gif" medium="image">
			<media:title type="html">space.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>My Perl Programs : Array</title>
		<link>http://saisjsu.wordpress.com/2007/10/12/my-perl-programs-array/</link>
		<comments>http://saisjsu.wordpress.com/2007/10/12/my-perl-programs-array/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 18:27:36 +0000</pubDate>
		<dc:creator>saisjsu</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://saisjsu.wordpress.com/?p=25</guid>
		<description><![CDATA[What are Arrays : How to define an Array : How to use an Array : #!/usr/bin/perl $name=&#8221;John Rob&#8221;; print(&#8220;Hello,$name\n&#8221;); $age=&#8221;20&#8243;; print &#8220;$age+8\n&#8221;; $s=&#8221;robert.ford&#8221;; $a=&#8221;robert&#8221;; print&#8221;$s,$a\n&#8221;; @b=(&#8220;choclate&#8221;,&#8221;cake&#8221;,&#8221;pizza&#8221;); print&#8221;@b\n&#8221;; print&#8221;$#b\n&#8221;; $firstname=&#8221;John&#8221;; $middlename=&#8221;Robert&#8221;; $lastname=&#8221;Coby&#8221;; $wholename=(&#8220;$firstname&#8221;.&#8221;$middlename&#8221;.&#8221;$lastname&#8221;); print&#8221;$wholename\n&#8221;; $d=5; $e=7; $f=&#8221;$d+$e&#8221;; if($f&#62;0) { print&#8221;positive value &#8220;; } if($f&#60;0) { print&#8221;negative value&#8221;; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=25&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What are Arrays :</p>
<p>How to define an Array :</p>
<p>How to use an Array :</p>
<p>#!/usr/bin/perl<br />
$name=&#8221;John Rob&#8221;;<br />
print(&#8220;Hello,$name\n&#8221;);</p>
<p>$age=&#8221;20&#8243;;<br />
print &#8220;$age+8\n&#8221;;</p>
<p>$s=&#8221;robert.ford&#8221;;<br />
$a=&#8221;robert&#8221;;<br />
print&#8221;$s,$a\n&#8221;;</p>
<p>@b=(&#8220;choclate&#8221;,&#8221;cake&#8221;,&#8221;pizza&#8221;);<br />
print&#8221;@b\n&#8221;;<br />
print&#8221;$#b\n&#8221;;</p>
<p>$firstname=&#8221;John&#8221;;<br />
$middlename=&#8221;Robert&#8221;;<br />
$lastname=&#8221;Coby&#8221;;<br />
$wholename=(&#8220;$firstname&#8221;.&#8221;$middlename&#8221;.&#8221;$lastname&#8221;);<br />
print&#8221;$wholename\n&#8221;;</p>
<p>$d=5;<br />
$e=7;<br />
$f=&#8221;$d+$e&#8221;;<br />
if($f&gt;0)<br />
{<br />
print&#8221;positive value &#8220;;<br />
}<br />
if($f&lt;0)<br />
{<br />
print&#8221;negative value&#8221;;<br />
}</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/saisjsu.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/saisjsu.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/saisjsu.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/saisjsu.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/saisjsu.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/saisjsu.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/saisjsu.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/saisjsu.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/saisjsu.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/saisjsu.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=saisjsu.wordpress.com&amp;blog=1669258&amp;post=25&amp;subd=saisjsu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://saisjsu.wordpress.com/2007/10/12/my-perl-programs-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ae1fccecb73167c7af7318c6e89d112?s=96&#38;d=identicon" medium="image">
			<media:title type="html">saisjsu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
