<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to usage</title><link>https://sourceforge.net/p/tincr/wiki/usage/</link><description>Recent changes to usage</description><atom:link href="https://sourceforge.net/p/tincr/wiki/usage/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 07 Dec 2014 00:21:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tincr/wiki/usage/feed" rel="self" type="application/rss+xml"/><item><title>usage modified by Brad White</title><link>https://sourceforge.net/p/tincr/wiki/usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,6 @@
 # How to Use the Tincr Design Suite #
+
+## `tincr` Package ##

 As with any package in Tcl, Tincr must be "required" before any of its commands become available in the Vivado Tcl interface. To do this, access Vivado's Tcl interpreter (`vivado -mode tcl` in the command prompt or click on **Tcl Console** in the GUI) and enter the following:

@@ -6,4 +8,6 @@

 Vivado will load the Tincr packages and a message will be printed to the Tcl prompt indicating what version of Tincr was loaded. Ensure that this matches the version you downloaded.

+## `::tincr::` Namespace ##
+
 All commands in Tincr belong to the `::tincr::` namespace. This means calls to commands from Tincr must be prefixed with `::tincr::` (i.e. `::tincr::cells get`). It is possible to import all of Tincr's commands into the global namespace with the command `namespace import ::tincr::*`. The commands from Tincr will override any conflicting symbols in the global namespace.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad White</dc:creator><pubDate>Sun, 07 Dec 2014 00:21:43 -0000</pubDate><guid>https://sourceforge.net44174a97a4350c924a6a9e0575207f61b1472be4</guid></item><item><title>usage modified by Brad White</title><link>https://sourceforge.net/p/tincr/wiki/usage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,6 @@
 # How to Use the Tincr Design Suite #

-As with any package in Tcl, Tincr must be "required" before any of its commands become available in the Vivado Tcl interface. To do this, access Vivado's Tcl interpreter (`vivado -mode tcl` in the command prompt or click on `Tcl Console` in the GUI) and enter the following:
+As with any package in Tcl, Tincr must be "required" before any of its commands become available in the Vivado Tcl interface. To do this, access Vivado's Tcl interpreter (`vivado -mode tcl` in the command prompt or click on **Tcl Console** in the GUI) and enter the following:

     package require tincr

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad White</dc:creator><pubDate>Tue, 18 Nov 2014 04:55:09 -0000</pubDate><guid>https://sourceforge.net06fd900579d003cb1fc1a05ff9fc9abf2e9685d4</guid></item><item><title>usage modified by Brad White</title><link>https://sourceforge.net/p/tincr/wiki/usage/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-use-the-tincr-design-suite"&gt;How to Use the Tincr Design Suite&lt;/h1&gt;
&lt;p&gt;As with any package in Tcl, Tincr must be "required" before any of its commands become available in the Vivado Tcl interface. To do this, access Vivado's Tcl interpreter (&lt;code&gt;vivado -mode tcl&lt;/code&gt; in the command prompt or click on &lt;code&gt;Tcl Console&lt;/code&gt; in the GUI) and enter the following:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;package&lt;/span&gt; &lt;span class="n"&gt;require&lt;/span&gt; &lt;span class="n"&gt;tincr&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Vivado will load the Tincr packages and a message will be printed to the Tcl prompt indicating what version of Tincr was loaded. Ensure that this matches the version you downloaded.&lt;/p&gt;
&lt;p&gt;All commands in Tincr belong to the &lt;code&gt;::tincr::&lt;/code&gt; namespace. This means calls to commands from Tincr must be prefixed with &lt;code&gt;::tincr::&lt;/code&gt; (i.e. &lt;code&gt;::tincr::cells get&lt;/code&gt;). It is possible to import all of Tincr's commands into the global namespace with the command &lt;code&gt;namespace import ::tincr::*&lt;/code&gt;. The commands from Tincr will override any conflicting symbols in the global namespace.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad White</dc:creator><pubDate>Tue, 18 Nov 2014 04:54:08 -0000</pubDate><guid>https://sourceforge.net5fb5ceef7b1a1cbaec07f3ab133d1b41804c2b06</guid></item></channel></rss>