<?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>Learning Xilinx Zynq: use AXI with a VHDL example in Pynq</title><link>/technologies/fpga-group/b/blog/posts/learning-xilinx-zynq-use-axi-with-a-vhdl-example-in-pynq</link><description>The goal of this blog series is to master the Xilinx Zynq.
I&amp;#39;m using the PWM design of my previous post and switch to AXI memory map interface between ARM and FPGA.



 



I learned this from beacon_dave &amp;#39;s PYNQ-Z2 Workshop - AXI GPIO post.




&amp;amp;...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Learning Xilinx Zynq: use AXI with a VHDL example in Pynq</title><link>https://community.element14.com/technologies/fpga-group/b/blog/posts/learning-xilinx-zynq-use-axi-with-a-vhdl-example-in-pynq</link><pubDate>Sat, 19 Jun 2021 17:25:05 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:836e77d6-5ad2-46e8-8e0e-c61d65614638</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I&amp;#39;m now going through the workshops. It&amp;#39;s similar to what&amp;#39;s been presented on the element14 webinars: &lt;a class="jive-link-event" href="https://www.element14.com/community/events/5307/l/unlock-the-power-of-fpgas-through-python-building-reconfigurable-embedded-systems-with-pynq"&gt;Unlock the Power of FPGAs through Python: Building Reconfigurable Embedded Systems with PYNQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The documents, examples and bitstreams are on GIT. To make them available and executable from the Pynq board, I used this set of commands, executed from the Jupyter terminal window (suggestion: change user to xilinx by executing su xilinx):&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=mkdir+%2Fhome%2Fxilinx%2Fpynq_workshop%0Acd+%2Fhome%2Fxilinx%2Fpynq_workshop%0Agit+clone+https%3A%2F%2Fgithub.com%2FXilinx%2FPYNQ_Workshop.git%0Aln+-s+%2Fhome%2Fxilinx%2Fpynq_workshop%2FPYNQ_Workshop+%2Fhome%2Fxilinx%2Fjupyter_notebooks%2FPYNQ_Workshop]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It keeps the workshop files separate from any other software, but integrates it with the Jupyter notebook:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x311/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-836e77d6-5ad2-46e8-8e0e-c61d65614638/8053.contentimage_5F00_208428.png:620:311]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Action photo:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x662/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-836e77d6-5ad2-46e8-8e0e-c61d65614638/7457.contentimage_5F00_208429.png:620:662]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;How to get at the terminal:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x185/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-836e77d6-5ad2-46e8-8e0e-c61d65614638/1680.contentimage_5F00_208430.png:620:185]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That&amp;#39;s it. A small set of 4 commands to get started.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=11499&amp;AppID=19&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Learning Xilinx Zynq: use AXI with a VHDL example in Pynq</title><link>https://community.element14.com/technologies/fpga-group/b/blog/posts/learning-xilinx-zynq-use-axi-with-a-vhdl-example-in-pynq</link><pubDate>Thu, 10 Jun 2021 22:34:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:836e77d6-5ad2-46e8-8e0e-c61d65614638</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;fun addon:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=python&amp;amp;text=from+time+import+sleep%0Atry%3A%0A++++while+True%3A%0A++++++++for+i+in+range+%280%2C+255%29%3A%0A++++++++++++pwm_register%5B0%3A8%5D.write%28i%29%0A++++++++++++sleep%280.005%29%0Aexcept+KeyboardInterrupt%3A%0A++++pass]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/270x462/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-836e77d6-5ad2-46e8-8e0e-c61d65614638/contentimage_5F00_208427.gif:270:462]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=11499&amp;AppID=19&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>