<?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: Projects</title>
	<atom:link href="http://johnroach.info/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnroach.info</link>
	<description>Coding for life</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:53:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zobaer Hossain</title>
		<link>http://johnroach.info/projects/comment-page-1/#comment-2344</link>
		<dc:creator>Zobaer Hossain</dc:creator>
		<pubDate>Wed, 18 Jan 2012 05:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://johnroach.info/?page_id=49#comment-2344</guid>
		<description>Thank you!!!! I will start doing it now . Lets see how far i can go!!!</description>
		<content:encoded><![CDATA[<p>Thank you!!!! I will start doing it now . Lets see how far i can go!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Roach</title>
		<link>http://johnroach.info/projects/comment-page-1/#comment-2339</link>
		<dc:creator>John Roach</dc:creator>
		<pubDate>Tue, 17 Jan 2012 07:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://johnroach.info/?page_id=49#comment-2339</guid>
		<description>It seems my sites code formatting is not working... But I hope you get the picture. :)</description>
		<content:encoded><![CDATA[<p>It seems my sites code formatting is not working&#8230; But I hope you get the picture. <img src='http://johnroach.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Roach</title>
		<link>http://johnroach.info/projects/comment-page-1/#comment-2338</link>
		<dc:creator>John Roach</dc:creator>
		<pubDate>Tue, 17 Jan 2012 07:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://johnroach.info/?page_id=49#comment-2338</guid>
		<description>Hi there Zobaer!
First of all please check &lt;a href=&quot;http://johnroach.info/2011/01/15/getting-vga-output-using-vga-and-a-spartan-3an-board/&quot; rel=&quot;nofollow&quot;&gt;http://johnroach.info/2011/01/15/getting-vga-output-using-vga-and-a-spartan-3an-board/&lt;/a&gt;
Now the second thing you should know that you must create modules for your name.
Each module will actually be a single character.
For example let us assume first you will need to create the letter &quot;o&quot; in Zobaer;

The letter &quot;o&quot; is actually a letter with small pixels. So you will need to actually create a drawing like;
&lt;code&gt;
              ---
             -   -
             -   -
              ---
&lt;/code&gt;
Where each &quot;-&quot; is actually a pixel.
Each module will have two inputs. One is spacing... Like where in the screen will the letter o be written on.
The second is a simple on off switch.
So let us write John.
First the &quot;J&quot; module will need to fire up and write;
&lt;code&gt;
 --------
    --
    --
------    ^
          &#124;&#124;
          Finished in 8 pixels

&lt;/code&gt;
Than quickly (by using the 25MHz clock) you will close the &quot;J&quot; module and get
where the &quot;J&quot; module ended(8 pixels). Than call &quot;o&quot; module with the option of module o_letter(... ,8)
That way the letter &quot;o&quot; will be create right after the &quot;J&quot;.
Doing this with the rest of the letters you will eventually get
&lt;code&gt;
 --------        -
    --    ---    -      - --
    --   -   -   - - -  -  -
------    ---    -   -  -  -
&lt;/code&gt;
This will happen because J,o,h and n will be shown very quickly. And to human eyes it will look like one word.

Couple of tips;
    - First start out with something simple like a square.
    - Than continue and empty the inside of the square
    - Realize you have made your first letter &quot;o&quot; :)</description>
		<content:encoded><![CDATA[<p>Hi there Zobaer!<br />
First of all please check <a href="http://johnroach.info/2011/01/15/getting-vga-output-using-vga-and-a-spartan-3an-board/" rel="nofollow">http://johnroach.info/2011/01/15/getting-vga-output-using-vga-and-a-spartan-3an-board/</a><br />
Now the second thing you should know that you must create modules for your name.<br />
Each module will actually be a single character.<br />
For example let us assume first you will need to create the letter &#8220;o&#8221; in Zobaer;</p>
<p>The letter &#8220;o&#8221; is actually a letter with small pixels. So you will need to actually create a drawing like;<br />
<code><br />
              ---<br />
             -   -<br />
             -   -<br />
              ---<br />
</code><br />
Where each &#8220;-&#8221; is actually a pixel.<br />
Each module will have two inputs. One is spacing&#8230; Like where in the screen will the letter o be written on.<br />
The second is a simple on off switch.<br />
So let us write John.<br />
First the &#8220;J&#8221; module will need to fire up and write;<br />
<code><br />
 --------<br />
    --<br />
    --<br />
------    ^<br />
          ||<br />
          Finished in 8 pixels</p>
<p></code><br />
Than quickly (by using the 25MHz clock) you will close the &#8220;J&#8221; module and get<br />
where the &#8220;J&#8221; module ended(8 pixels). Than call &#8220;o&#8221; module with the option of module o_letter(&#8230; ,8)<br />
That way the letter &#8220;o&#8221; will be create right after the &#8220;J&#8221;.<br />
Doing this with the rest of the letters you will eventually get<br />
<code><br />
 --------        -<br />
    --    ---    -      - --<br />
    --   -   -   - - -  -  -<br />
------    ---    -   -  -  -<br />
</code><br />
This will happen because J,o,h and n will be shown very quickly. And to human eyes it will look like one word.</p>
<p>Couple of tips;<br />
    &#8211; First start out with something simple like a square.<br />
    &#8211; Than continue and empty the inside of the square<br />
    &#8211; Realize you have made your first letter &#8220;o&#8221; <img src='http://johnroach.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zobaer Hossain</title>
		<link>http://johnroach.info/projects/comment-page-1/#comment-2334</link>
		<dc:creator>Zobaer Hossain</dc:creator>
		<pubDate>Tue, 17 Jan 2012 00:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://johnroach.info/?page_id=49#comment-2334</guid>
		<description>I am new to fpga programming or in any other programing.
can you help me with how to program Spartan 3an just to show my name in the display. Your help will be really appreciated.
Thanks.</description>
		<content:encoded><![CDATA[<p>I am new to fpga programming or in any other programing.<br />
can you help me with how to program Spartan 3an just to show my name in the display. Your help will be really appreciated.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

