<?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: Review of Bitwise System&#8217;s QuickUSB 2.0 Module</title>
	<atom:link href="http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/</link>
	<description>Warm up to Electrical Engineering.</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TheSizzle</title>
		<link>http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/comment-page-1/#comment-91</link>
		<dc:creator>TheSizzle</dc:creator>
		<pubDate>Thu, 14 May 2009 20:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrosizzle.com/?p=5#comment-91</guid>
		<description>Shan,
It&#039;s hard to say what could be causing that kind of behavior.  I would first check the physical connection between the pins.  Then, I would use what ever tool your FPGA manufacturer provides to look at the digital logic.  Altera has the SignalTap II embedded logic analyzer while Xilinx has the ChipScope analyzer.

Also, I&#039;m assuming that you&#039;ve configured those data pins as Input/Output pins with some sort of tri-state buffer whose direction is chosen by whether or not the the REN or WEN pins are active.  Obviously, if the data pins on the FPGA are configured as outputs always, you&#039;ll be able to read and not write.   Good luck!

TheSizzle</description>
		<content:encoded><![CDATA[<p>Shan,<br />
It&#8217;s hard to say what could be causing that kind of behavior.  I would first check the physical connection between the pins.  Then, I would use what ever tool your FPGA manufacturer provides to look at the digital logic.  Altera has the SignalTap II embedded logic analyzer while Xilinx has the ChipScope analyzer.</p>
<p>Also, I&#8217;m assuming that you&#8217;ve configured those data pins as Input/Output pins with some sort of tri-state buffer whose direction is chosen by whether or not the the REN or WEN pins are active.  Obviously, if the data pins on the FPGA are configured as outputs always, you&#8217;ll be able to read and not write.   Good luck!</p>
<p>TheSizzle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/comment-page-1/#comment-89</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Mon, 27 Apr 2009 23:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrosizzle.com/?p=5#comment-89</guid>
		<description>Hi Sizzle,

I am having a bit of trouble implementing the writing part of the Simple I/O model of QuickUSB. It seems like either WEN(the writing enable signal) is either not turned on, or maybe my FIFO block is messed up that nothing is being written to them. Reading, on the other hand, seems fine. Would you mind share some opinion on this problem? Because it seems really hard to debug the writing part... (cannot really write them to a text file anymore :( ) Thanks in advance!  

Shan</description>
		<content:encoded><![CDATA[<p>Hi Sizzle,</p>
<p>I am having a bit of trouble implementing the writing part of the Simple I/O model of QuickUSB. It seems like either WEN(the writing enable signal) is either not turned on, or maybe my FIFO block is messed up that nothing is being written to them. Reading, on the other hand, seems fine. Would you mind share some opinion on this problem? Because it seems really hard to debug the writing part&#8230; (cannot really write them to a text file anymore <img src='http://www.electrosizzle.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ) Thanks in advance!  </p>
<p>Shan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/comment-page-1/#comment-88</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Thu, 23 Apr 2009 21:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrosizzle.com/?p=5#comment-88</guid>
		<description>Hi Sizzle,

That sounds almost like my project speed (15MB/S tops). Thanks!

Shan</description>
		<content:encoded><![CDATA[<p>Hi Sizzle,</p>
<p>That sounds almost like my project speed (15MB/S tops). Thanks!</p>
<p>Shan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheSizzle</title>
		<link>http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/comment-page-1/#comment-87</link>
		<dc:creator>TheSizzle</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrosizzle.com/?p=5#comment-87</guid>
		<description>Hi Shan,

I ended up going with the Simple I/O Model.  Since I was only writing data to and from RAM blocks in the FPGA with a fixed address space, not FIFOs particularly, I found this to be the easiest to implement.  In testing, I achieved read speeds (from FPGA RAM to the computer) of anywhere from 11 to 20 MB/s, but it&#039;s difficult to tell whether the bottleneck was the device or my computer.  Good luck!

TheSizzle</description>
		<content:encoded><![CDATA[<p>Hi Shan,</p>
<p>I ended up going with the Simple I/O Model.  Since I was only writing data to and from RAM blocks in the FPGA with a fixed address space, not FIFOs particularly, I found this to be the easiest to implement.  In testing, I achieved read speeds (from FPGA RAM to the computer) of anywhere from 11 to 20 MB/s, but it&#8217;s difficult to tell whether the bottleneck was the device or my computer.  Good luck!</p>
<p>TheSizzle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://www.electrosizzle.com/2008/05/review-of-bitwise-systems-quickusb-20-module/comment-page-1/#comment-86</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.electrosizzle.com/?p=5#comment-86</guid>
		<description>Hi E. Sizzle,

Out of curiosity, did you implement your project with QuickUSB module in master FIFO mode or in slave FIFO mode? If you are did it with master mode, how is your data rate? I hope you don&#039;t mind me asking because I am also implementing a similar project. Thanks.


Shan</description>
		<content:encoded><![CDATA[<p>Hi E. Sizzle,</p>
<p>Out of curiosity, did you implement your project with QuickUSB module in master FIFO mode or in slave FIFO mode? If you are did it with master mode, how is your data rate? I hope you don&#8217;t mind me asking because I am also implementing a similar project. Thanks.</p>
<p>Shan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
