Skip to content

Commit

Permalink
Deploying to gh-pages from @ ce3aea3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 23, 2024
1 parent 446da7a commit d8219e3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 39 deletions.
2 changes: 1 addition & 1 deletion chisel3/docs/cookbooks/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h2 id="how-do-i-make-my-parameters-accessible-from-an-instance">How do I make m
<span class="o">}</span>
</code></pre></div></div>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Width is 10
Circuit(Top,List(DefModule(repl.MdocSession$MdocApp5$MyModule@3d98f27a,MyModule,List(Port(MyModule.clock: IO[Clock],Input,UnlocatableSourceInfo), Port(MyModule.reset: IO[Reset],Input,UnlocatableSourceInfo)),Vector()), DefModule(repl.MdocSession$MdocApp5$Top@77be2b89,Top,List(Port(Top.clock: IO[Clock],Input,UnlocatableSourceInfo), Port(Top.reset: IO[Bool],Input,UnlocatableSourceInfo)),Vector(DefInstance(SourceLine(hierarchy.md,112,22),ModuleClone(repl.MdocSession$MdocApp5$MyModule@3d98f27a),List(Port(MyModule.clock: IO[Clock],Input,UnlocatableSourceInfo), Port(MyModule.reset: IO[Reset],Input,UnlocatableSourceInfo))), Connect(SourceLine(hierarchy.md,112,22),Node(MyModule.inst.clock: IO[Clock]),Node(Top.clock: IO[Clock])), Connect(SourceLine(hierarchy.md,112,22),Node(MyModule.inst.reset: IO[Reset]),Node(Top.reset: IO[Bool]))))),List(),firrtl.renamemap.package$MutableRenameMap@5b49d467,List())
Circuit(Top,List(DefModule(repl.MdocSession$MdocApp5$MyModule@5c0d117f,MyModule,List(Port(MyModule.clock: IO[Clock],Input,UnlocatableSourceInfo), Port(MyModule.reset: IO[Reset],Input,UnlocatableSourceInfo)),Vector()), DefModule(repl.MdocSession$MdocApp5$Top@212a903a,Top,List(Port(Top.clock: IO[Clock],Input,UnlocatableSourceInfo), Port(Top.reset: IO[Bool],Input,UnlocatableSourceInfo)),Vector(DefInstance(SourceLine(hierarchy.md,112,22),ModuleClone(repl.MdocSession$MdocApp5$MyModule@5c0d117f),List(Port(MyModule.clock: IO[Clock],Input,UnlocatableSourceInfo), Port(MyModule.reset: IO[Reset],Input,UnlocatableSourceInfo))), Connect(SourceLine(hierarchy.md,112,22),Node(MyModule.inst.clock: IO[Clock]),Node(Top.clock: IO[Clock])), Connect(SourceLine(hierarchy.md,112,22),Node(MyModule.inst.reset: IO[Reset]),Node(Top.reset: IO[Bool]))))),List(),firrtl.renamemap.package$MutableRenameMap@615ecfbc,List())
</code></pre></div></div>

<h2 id="how-do-i-look-up-parameters-from-a-definition-if-i-dont-want-to-instantiate-it">How do I look up parameters from a Definition, if I don’t want to instantiate it?</h2>
Expand Down
1 change: 1 addition & 0 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ <h2 id="contributors">Contributors</h2>
<li><a href="https://github.com/carlosedp"><code class="language-plaintext highlighter-rouge">@carlosedp</code></a></li>
<li><a href="https://github.com/ccelio"><code class="language-plaintext highlighter-rouge">@ccelio</code></a></li>
<li><a href="https://github.com/chick"><code class="language-plaintext highlighter-rouge">@chick</code></a></li>
<li><a href="https://github.com/chiselbot"><code class="language-plaintext highlighter-rouge">@chiselbot</code></a></li>
<li><a href="https://github.com/colin4124"><code class="language-plaintext highlighter-rouge">@colin4124</code></a></li>
<li><a href="https://github.com/colinschmidt"><code class="language-plaintext highlighter-rouge">@colinschmidt</code></a></li>
<li><a href="https://github.com/danluu"><code class="language-plaintext highlighter-rouge">@danluu</code></a></li>
Expand Down
1 change: 1 addition & 0 deletions contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [`@carlosedp`](https://github.com/carlosedp)
- [`@ccelio`](https://github.com/ccelio)
- [`@chick`](https://github.com/chick)
- [`@chiselbot`](https://github.com/chiselbot)
- [`@colin4124`](https://github.com/colin4124)
- [`@colinschmidt`](https://github.com/colinschmidt)
- [`@danluu`](https://github.com/danluu)
Expand Down
Loading

0 comments on commit d8219e3

Please sign in to comment.