|
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>Language guide — Amaranth language & toolchain 0.6.0.dev99 documentation</title> |
| 7 | + <title>Language guide — Amaranth language & toolchain 0.6.0.dev100 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" /> |
9 | 9 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/platformpicker.css" /> |
|
17 | 17 |
|
18 | 18 | <script src="_static/jquery.js?v=5d32c60e"></script> |
19 | 19 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
20 | | - <script src="_static/documentation_options.js?v=87d876ad"></script> |
| 20 | + <script src="_static/documentation_options.js?v=1fc54fd2"></script> |
21 | 21 | <script src="_static/doctools.js?v=9a2dae69"></script> |
22 | 22 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
23 | 23 | <script src="_static/platformpicker.js"></script> |
|
41 | 41 | <img src="_static/logo.png" class="logo" alt="Logo"/> |
42 | 42 | </a> |
43 | 43 | <div class="version"> |
44 | | - 0.6.0.dev99 |
| 44 | + 0.6.0.dev100 |
45 | 45 | </div> |
46 | 46 | <div role="search"> |
47 | 47 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
@@ -1604,7 +1604,7 @@ <h3>Signal shapes<a class="headerlink" href="#signal-shapes" title="Link to this |
1604 | 1604 | <p class="admonition-title">Tip</p> |
1605 | 1605 | <p>If a name is not explicitly specified for a submodule, one will be generated and assigned automatically. Designs with many autogenerated names can be difficult to debug, so a name should usually be supplied.</p> |
1606 | 1606 | </div> |
1607 | | -<p>Although an <code class="xref py py-class docutils literal notranslate"><span class="pre">Instance</span></code> is not an elaboratable, as a special case, it can be returned from the <code class="code highlight py python docutils literal highlight-python"><span class="n">elaborate</span><span class="p">()</span></code> method. This is conveinent for implementing an elaboratable that adorns an instance with an Amaranth interface:</p> |
| 1607 | +<p>Although an <code class="xref py py-class docutils literal notranslate"><span class="pre">Instance</span></code> is not an elaboratable, as a special case, it can be returned from the <code class="code highlight py python docutils literal highlight-python"><span class="n">elaborate</span><span class="p">()</span></code> method. This is convenient for implementing an elaboratable that adorns an instance with an Amaranth interface:</p> |
1608 | 1608 | <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">amaranth</span><span class="w"> </span><span class="kn">import</span> <span class="n">vendor</span> |
1609 | 1609 |
|
1610 | 1610 |
|
|
0 commit comments