<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Image Processing (Box Blur) on Arty S7-50 (7 Ways to Leave Your Spartan-6 FPGA : Project)</title><link>/technologies/fpga-group/b/blog/posts/image-processing-box-blur-on-arty-s7-50-7-ways-to-leave-your-spartan-6-fpga-project</link><description>Introduction:After learning about various things that can be done on Arty S7-50, I think I am now ready to put all my learnings together in one project.In this blog, I will try to implement a basic image processing algorithm (blurring an image) on th</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Image Processing (Box Blur) on Arty S7-50 (7 Ways to Leave Your Spartan-6 FPGA : Project)</title><link>https://community.element14.com/technologies/fpga-group/b/blog/posts/image-processing-box-blur-on-arty-s7-50-7-ways-to-leave-your-spartan-6-fpga-project</link><pubDate>Thu, 04 Aug 2022 11:02:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:67382aca-e83d-460b-b585-4570ed1d9b5f</guid><dc:creator>javagoza</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&lt;span&gt;The Vivado Design Suite also supports a MEM File format for memory initialization as described at&amp;nbsp;the&lt;/span&gt;&amp;nbsp;Vivado Design Suite User Guide&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.xilinx.com/v/u/2021.1-English/ug901-vivado-synthesis"&gt;ug901-vivado-synthesis.pdf &amp;bull; Viewer &amp;bull; Documentation Portal (xilinx.com)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Loading Memory Contents With File I/O Tasks&lt;/p&gt;
&lt;p&gt;Use the $readmemb and $readmemh system tasks to initialize block memories.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use $readmemb for binary representation&lt;/li&gt;
&lt;li&gt;Use $readmemh for hexadecimal representation.&lt;/li&gt;
&lt;li&gt;Use index parameters to avoid behavioral conflicts between Vivado synthesis and the simulator.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;$readmemb(&amp;quot;rams_20c.data&amp;quot;,ram, 0, 7);&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24122&amp;AppID=19&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Image Processing (Box Blur) on Arty S7-50 (7 Ways to Leave Your Spartan-6 FPGA : Project)</title><link>https://community.element14.com/technologies/fpga-group/b/blog/posts/image-processing-box-blur-on-arty-s7-50-7-ways-to-leave-your-spartan-6-fpga-project</link><pubDate>Wed, 03 Aug 2022 19:46:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:67382aca-e83d-460b-b585-4570ed1d9b5f</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;In this case, everything happens inside the MicroBlaze controller, doesn&amp;#39;t it?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=24122&amp;AppID=19&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>